[android-developers] Return formatted time

2012-04-01 Thread aikidoguy
Im trying to get the time a button is pressed and display it on the screen case R.id.btoMovies: statuschange.setText(To Movies); mystatus=2; Time now = new Time(); now.setToNow();

[android-developers] Return formatted time

2012-04-01 Thread aikidoguy
Im trying to get the time a button is pressed and display it on the screen case R.id.btoMovies: statuschange.setText(To Movies); mystatus=2; Time now = new Time(); now.setToNow();

[android-developers] accelerometer can I simply send meaning update location whenever the phone moves more than a meter

2012-02-13 Thread aikidoguy
Preference this with this is my first android program and I have 3 problems... the code works below to a point ... what I am trying to do is to send location to a mysql data base every 30 seconds or if the sensor(accelerometer moves more than 3 meters). I'm trying to save battery life so it

[android-developers] unknown error

2012-02-12 Thread aikidoguy
This is my first android app and I feel like it should be simple but I had my code working then I added two button in my xml file and added a switch/case clause and now im getting an error... eclipse error log is not recording what the error is and no other error messages... the way my app works

[android-developers] Re: unknown error

2012-02-12 Thread aikidoguy
Eclipse is not throwing an error ... when I goto run my app in the emulator it says it has encountered and error On Feb 12, 4:12 pm, TreKing treking...@gmail.com wrote: On Sun, Feb 12, 2012 at 2:18 PM, aikidoguy clayrichmo...@gmail.com wrote: now im getting an error... the way my app

[android-developers] Re: unknown error

2012-02-12 Thread aikidoguy
Event Details says: Invalid preference page path: XML Syntax Exception stack trace An exception stack trace is not available. On Feb 12, 4:22 pm, Mark Murphy mmur...@commonsware.com wrote: On Sun, Feb 12, 2012 at 4:20 PM, aikidoguy clayrichmo...@gmail.com wrote: Eclipse is not throwing

[android-developers] Re: unknown error

2012-02-12 Thread aikidoguy
/ com.javacodegeeks.android.lbs.LbsGeocodingActivity} did not call through to super.onResume() On Feb 12, 4:22 pm, Mark Murphy mmur...@commonsware.com wrote: On Sun, Feb 12, 2012 at 4:20 PM, aikidoguy clayrichmo...@gmail.com wrote: Eclipse is not throwing an error ... when I goto run my app in the emulator it says it has

[android-developers] my first android program ever I usually code in python

2012-01-05 Thread aikidoguy
I apologize I understand this is a more advance list but I don't know where else to turn This is my first android program ever I usually code in python... I've watch a ton of java tutorials but Java is so different I'm having trouble ...so here is what I need to do... I have my Main class and it