Re: [android-developers] SQL simple selection - urgent help needed

2010-03-29 Thread rupesh sasne
Try following code snippet... it should work... public Cursor getStartLatitude(String trackname) throws SQLException { *String[] FROM = {KEY_ROWID3, KEY_TRACKNAME, KEY_STARTPOSITION, };* * **String[] param = {kingsav};* Cursor mCursor = mDb.query(true, DATABASE_TABLE3, *FROM*, *KEY_TRACKNAME + =

Re: [android-developers] To resize the SurfaceView while playing the video

2010-03-29 Thread rupesh sasne
if you are talking about the development then i have a solution... see in the *rec* folder there is sub folder layout in that you probably create your filename.xml that is by default used for the portrait screen... if you are wishing to make it landscape then make a new folder layout-land in the

[android-developers] About the MediaController

2010-03-26 Thread rupesh sasne
Hi, is there any way to customise the behaviour of MediaController...? the screen is disappearing after 3 sec... and i dont want that... -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to