[android-developers] Re: How can I remove application data in application?

2011-01-23 Thread Jed Kain
Where are the files which can be removed by Settings menu? I think the data that are created by android system. I never save my own data. On 1월23일, 오후4시07분, TreKing treking...@gmail.com wrote: On Sat, Jan 22, 2011 at 8:34 PM, Jed Kain jed.k...@gmail.com wrote: So, I want to know how

[android-developers] How can I remove application data in application?

2011-01-22 Thread Jed Kain
I am developing an application using Twitter with twitter4j and WebView. I loaded the twitter login web page on WebView and inputted username and password. The app succeeded in Twitter OAuth. When the app was closed and re-run, I couldn't input username and password like AUTO-LOGIN.

[android-developers] Re: Android as a Universal Remote for CE/HA?

2009-10-07 Thread jed
Guess not... :-( ... On Oct 7, 2:01 am, jed jedi.the...@gmail.com wrote: Any thoughts on this anyone? Much Appreciated, Jed                              --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-developers] Re: Android as a Universal Remote for CE/HA?

2009-10-06 Thread jed
Any thoughts on this anyone? Much Appreciated, Jed                                                                                                                                                                             --~--~-~--~~~---~--~~ You received

[android-developers] Android as a Universal Remote for CE/HA?

2009-10-05 Thread Jed
you feel there's a better hware/sware/topology combo for the hand-held or controller/s? Cheers Jed --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] Android as a Universal Remote for CE/HA?

2009-10-04 Thread Jed
openremote? Or perhaps you feel there's a better hware/sware/topology combo for the hand-held or controller/s? Cheers Jed --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group

[android-developers] Android as a Universal Remote for CE/HA?

2009-10-02 Thread Jed
... The main requirements; are correct version/configured Apace Tomcat JRE. Any thoughts/ideas/advice greatly appreciated! Cheers, Jed --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] radio buttons and editText fields

2009-09-29 Thread Jed
I'm trying to create a radio group in android 1.5 where the last radio button has an editText field next to it. What I'm having trouble with is getting that edit text field to appear next to the radio button that it applies to when the radio group changes to vertical orientation. I tried

[android-developers] Re: Itemized overlay and Hellomapview

2009-09-03 Thread Jed
= this.getResources().getDrawable(R.drawable.androidmarker); itemizedOverlay = new NewItemizedOverlay(drawable); GeoPoint point = new GeoPoint(1924,-9912); OverlayItem overlayitem = new OverlayItem(point, , ); itemizedOverlay.addOverlay(overlayitem); Hope that helps! Jed

[android-developers] creating a driver for a smart card

2009-08-20 Thread Jed
Hey, I'm trying to figure out how to create and install a driver for a smart card in the Android phone. This may not be the right place to post this question, but I've done some research and and played around with a couple of things but I'm still a bit lost. I could really use some help making