jp carey

Greenhorn
+ Follow
since Jan 15, 2012
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by jp carey

Thanks for the reply, great points and guidelines to help me get started with a plan. But do you know of any tutorials that walk through this process? I am fairly new to programming so even a simple example of geolocation "check in" would be greatly helpful. Again thanks for the help
12 years ago
Does anyone know of any good links or tutorials that can show me how to create a "Check-In" feature? I would like for users to be able to check in to places but also see who else is checked in at those same locations at that given time. I have been searching online and youtube but have not really found any good tutorials. Thanks in advance for any help.
12 years ago
hello can anyone help me here. I have a listview calling another listview and each one of those items in second list view should open different webviews. For some reason though when I get to the second listview and click on an item nothing happens.......anyone see whats going on here. Thanks for the help

here is my first list activity




And here is the item in the second list activity that should open a webview
12 years ago
Hello I just wanted to get an opinion from some more skilled programmers. I am creating an app where users can write and read comments regarding certain products. What is the best option to do this? Like should I create a webpage then implement a web view?

Or is there another way I can create this. Like have a comment box where a user can add a comment and below that he/she is able to see other users postings. This I know information would have to be stored and pulled from a database.

What option would be more efficient and user friendly? And if anyone has good links for tutorials on the option you suggest that would be greatly appreciated. Thanks
12 years ago
Sorry about that, didnt read how to format the code in this forum, ill be sure to remember that next time I have a question. Thanks for the suggestions guys ill check out the server and see what data if any is actually being sent
12 years ago
Hello I am new to java and php and cant figure out why my app is not updating/adding information to my database. I have a registration page and would like the username, password, and email to be updated and saved in my database but when I run the app I keep getting my toast message that says "can not log in"....can anyone help me with this and see what I am doing wrong? Thanks in advance for any help

Here is my login page

And here is my PHP
12 years ago