Need help with Listview - IDEs, Libraries, & Programming Tools

hello everyone
i need help with making a Listview to show the menu of student names and once clicked on one of the student names, it should show the results of the application, i have got my buttons working that take me to the next screenshots ....a pm can be send to me to provide help and guidance...thank you

Please provide more details.
For the ListView: Have a look at the ArrayAdapter class and the ListActivity. The latter has got a onListItemClick method.

nikwen said:
Please provide more details.
For the ListView: Have a look at the ArrayAdapter class and the ListActivity. The latter has got a onListItemClick method.
Click to expand...
Click to collapse
Thanks for the response, i need to design a listview showing list of student names and results, when a student clicks their names , it should show the student results.
The purpose of this app is to show a student result on an android phone when the user logins to their account.

tralser clothes
MallowGirl12 said:
Thanks for the response, i need to design a listview showing list of student names and results, when a student clicks their names , it should show the student results.
The purpose of this app is to show a student result on an android phone when the user logins to their account.
Click to expand...
Click to collapse
Perhaps try following a good tutorial? E.g. http://www.vogella.com/articles/AndroidListView/

Related

[BOUNTY 20$] - Dev needed for warranty tracker

"Warranty Expiry Tracker"
Hi, I pretty much like the idea of this app (market) but the UI could really need some love.
It's also just availabe in English which makes it hard for some to understand.
Unfortunately, I don't know enough about Android development to code this.
Are there any wizards out there interested in making such an app? I'd volunteer to translate to German...
Hmm, that looks like a very simple app. You could probably learn how to do it in a month if you have some basic programming background. I'd do it but I have some projects I'm working on currently.
I'll keep this in the back of my head though.
Btw, I wonder if App Inventor could handle this, just a thought.
Bounty: 20$
Re-tested the Miritech App mentioned above but sadly it doesn't work on my German i9000, I can reproduce FCs and the programmer doesn't care to fix them.
I have gotten my AppInventor account lately, but don't have time left as I'm leaving my job to do something else. So I can't do this myself and I'd pay someone to do it.
Basically, this app can just consist of a couple of buttons:
- Add item to list*
- Search for item in list
- show list of items with warranty expired
* Item might contain item's name, its details, date of purchase, name of store, duration of warranty in month, picture of invoice / recipt
Any help is appreciated, thank you!
Hii marty,
thanks for your comments... but can you please specify the FC's you are getting on our application so that we can fix it right way and also we will take care of your needs if any in this application.
And this application is standardised app in english. If you want us to translate it in german then we can do it exclusively for you.. For this please contact us
Thanks..
narindersingh80 said:
can you please specify the FC's you are getting on our application so that we can fix it right way and also we will take care of your needs if any in this application.
Click to expand...
Click to collapse
I already emailed twice to [email protected], the address displayed on the Android Market, but I didn't get a response.
Anyway, here are my suggestions:
- Larger buttons on all screens (theres lot's of empty space left on my screen)
- Service contact details should not be mandatory
- Service contact mobile phone number doesn't accept arbitrary numbers
I will send you a logfile when it FCs again, please PM me an email adress.
An added bonus would be the possibility to localize the app. Are the strings hardcoded, or perhaps pulled from a file or database? If you send me a file, I'll translate all strings to German...
Hii marty,
We have uploaded updated version.Please Check it and let us know about FC.
Thanks
Naarinder Singh

Ok, im starting to build my app

Ok guys, i think im ready to go to the journey of building my app. With the basic knowledge I have and Google by my side, I'd say I'm ready... or am I?
Ok, basically my app is basically like a planner, the user is presented with a calendar and the user clicks on a date on the calendar and a message comes up asking what to note down on that date. Thing is I have no idea how to do that. Well, I do, there seems to be a calendarview on the palette in the sdk but thats only for android 4.0 and upwards. Im trying to target to 2.3+ so I dont miss a chunk of people. Any ideas?
I think the problem with this question is your asking how to write an app, if you asked more specifics, your would get answers.
For something like this, all you need is the Calendar class, and then to assemble info and data in maybe a viewPager with GridView(s)
deanwray said:
I think the problem with this question is your asking how to write an app, if you asked more specifics, your would get answers.
For something like this, all you need is the Calendar class, and then to assemble info and data in maybe a viewPager with GridView(s)
Click to expand...
Click to collapse
That's true. A more specific question would be better. However, my suggestion:
I'd use a table layout for that. And for switching between months a ViewPager would be best.
For getting the Calendar data: There is a ContentProvider for that.
Knowledge
Do you have any Java coding knowledge? Have you tried making at least a test app before?
iCantEven said:
Do you have any Java coding knowledge? Have you tried making at least a test app before?
Click to expand...
Click to collapse
He has:
With the basic knowledge I have
Click to expand...
Click to collapse
He also has a thread in which he described his learning process: http://forum.xda-developers.com/showthread.php?t=2330767

Problem with viewPager

Hello guys,
I am having a problem with viewPager in my application I am trying to develop. I am taking a photo with the camera and setting it as a preview in an imageView. The user has the option to delete the preview by long pressing on it. The problem is that when I swipe to the right (lets say 4 times) and try to delete the photo, the 3-rd photo will be deleted, not the actual one.
Any help would be appreciated.
Thank you in advance.
Let me guess... Well I think...maybe...it could be...sth wrong with your code?
Yes it is a problem with the code I did not post the code because it is a relatively big project and since I dont know where the error is I dont know what part of the code to post

[Q] Android App: create twitter feed platform

I am interested in creating and android based app where short posts like twitter can be shared with a group of people who has that app. So for example if 10 people have this app and one of them decided to create a post and share it then all the other 9 people should be able to see it in there feed. I am new to app development and was hoping I can get some kind of guidance from here as to where to start. I am not sure what kind of platform or technology is used in facebook and twitter for this specific purpose but I would like a similar setup. I really appreciate any help or guidance to help me get started and thanks in advance.
Google Cloud Messaging might be helpful in that case: http://developer.android.com/google/gcm/index.html
I'd, however, suggest to create some easier apps first, just for learning. Keep in mind, a twitter clone is a big and difficult project.
Smaller project
I would like to start from a smaller project but not sure about this area at all. I was thinking to just create a small app first where I create a post and it appears on the other end. Any ideas as how to go about it? thank you for your help.
sbcoder said:
I would like to start from a smaller project but not sure about this area at all. I was thinking to just create a small app first where I create a post and it appears on the other end. Any ideas as how to go about it? thank you for your help.
Click to expand...
Click to collapse
I don't know how to do that as I've never really been interested in networking. I'd suggest to do something without networking as your first application to get used to Android's UI elements and to Android code in general.
As soon as you understood that you can do as much networking as you want but I would start with something that is easier. (A calculator is a typical beginner project. )
sbcoder said:
I would like to start from a smaller project but not sure about this area at all. I was thinking to just create a small app first where I create a post and it appears on the other end. Any ideas as how to go about it? thank you for your help.
Click to expand...
Click to collapse
i ll give the example of Facebook
there
newsfeeds run on Hadoop
messages are on nosql not sure about this
all the searches you perform on the new graph interface (exculding those on messages) are through FQL
its a language of their own Facebook Query Language
Python is the backbone of it all, chief scripting language on thier server
of course the webinterface you see is php and javascript
........ this much only i know
but there are a few more
as u can see there's more to it than it seems to be so starting with such a thing won't be a wise decision !
"no hill too high to climb" - proceed this project if you really want to !
Sent from my GT-S5302 using Tapatalk 2

Android app selenium/webpages

So i coded a while ago in python to make a little project with selenium drivers
what if i want an android app that if i put in the username and password, it will put that in the website and login retrieve a string and print that on the screen without opening a browser? and seeing all of that? it that effecient to do with selenium? i want something i can use in android studio so that i can put in and retrieve information from web pages from and to and variable...
how would i do this?
thanks in advance! :
asimo_1 said:
So i coded a while ago in python to make a little project with selenium drivers
what if i want an android app that if i put in the username and password, it will put that in the website and login retrieve a string and print that on the screen without opening a browser? and seeing all of that? it that effecient to do with selenium? i want something i can use in android studio so that i can put in and retrieve information from web pages from and to and variable...
how would i do this?
thanks in advance! :
Click to expand...
Click to collapse
Hey,
my first idea to this Problem would be old plain manual parsing. So you would have to reverse engineer the structure of the requests the website needs. Then you can submit 6our values and must be able to get the values out of the http Response.
Greetings from Germany
P.S. Not many people look in this forum for help. So maybe you get not much help here. Sorry.
P.P.S. I never worked with Selenium, so I'm unsure if you can use it directly in Android Apps
pbeckmann said:
Hey,
my first idea to this Problem would be old plain manual parsing. So you would have to reverse engineer the structure of the requests the website needs. Then you can submit 6our values and must be able to get the values out of the http Response.
Greetings from Germany
P.S. Not many people look in this forum for help. So maybe you get not much help here. Sorry.
P.P.S. I never worked with Selenium, so I'm unsure if you can use it directly in Android Apps
Click to expand...
Click to collapse
Thank you very much!

Categories

Resources