[android-developers] Binding data from SQLite Database to GridView.

2013-04-22 Thread girish mate
How do i bind data to the grid view from my SQLite database using SimpleCursorAdapter. I am trying this several times and from 2 weeks I am not able to display the data from the database to Gridview. -- -- You received this message because you are subscribed to the Google Groups "Android Devel

[android-developers] android login and registration using web services

2012-09-29 Thread Girish Sawant
hi, I am using web services to store the database for Login and registration page for the game application we are using glass fish server I am android beginner, how to do it? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this

[android-developers] Re: VideoView inside ScrollView

2012-06-04 Thread Girish Naik
Try giving bacground color to the videoview - videoView.setBackgroundColor(Color.TRANSPARENT); On Thursday, July 23, 2009 2:53:26 PM UTC+5:30, nuno wrote: > > Hi all, > > I am using a VideoView inside a LinearLayout together with other views > like TextView, and this LinearLayout is inside Scr

[android-developers] Portrait - VideoView in ScrollView, Landscape - VideoView in Fullscreen

2012-06-04 Thread Girish Naik
Hi, I want to make the following scenario work. - In portrait mode, the page should be scrollable and has a VideoView to show the Video. - When user turns to landscape, the video view should be in fullscreen. Also if the video is not playing then the layout should change according to landscap

[android-developers] Issue loading ImageView from InputStream obtained from web service in Android 3.0 and above

2012-04-02 Thread Girish K.N.
printStackTrace(); } How can I make this work even with Android 3.0 above. Please advice. -Girish -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To un

[android-developers] set parameters of webpage and make http request

2012-03-25 Thread girish sanenahalli
can anyone tell me how to set the values of a textbox or label in a webpage and make a httprequest using android -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To uns

[android-developers] Re: Mapping 6 faces of cube with 6 different images

2010-10-14 Thread Girish H T
, glTexParameterf(GL_TEXTURE_MIN_FILTER/GL_TEXTURE_MAG_FILTER) calls. I am using thread to create texture and updating via handler. Can any one tell me what is going wrong ? Thanks in advance for help. Help will be greatly appreciated. Regards Girish -- You received this message because you are

[android-developers] Re: Mapping 6 faces of cube with 6 different images

2010-10-04 Thread Girish H T
Hi Lance, Thanks for your answer. If i want to change the images dynamically how can that be possible ? Is it possible to generate the atlas @ runtime programatically ? Can you point me the the tools used for generating texture atlas ? Regards Girish -- You received this message because you

[android-developers] Mapping 6 faces of cube with 6 different images

2010-10-01 Thread Girish H T
give me some ideas links , pointers on the same. Any sample application that i can refer to will be much appreciated. Thanks in advance. Regards Girish -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

[android-developers] Regarding Gallery3D application

2010-09-16 Thread Girish H T
refer for Gallery3D ? Please give me some details. Regards Girish -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, sen

[android-developers] Calling onResume in Activity

2010-07-22 Thread Girish Gaitonde
Hi all, I am developing an application , with 3 tabs. when i am revisiting any particular tab for the second time, i want an functionality to be fired. How can achieve the same thing. Rgds Girish -- You received this message because you are subscribed to the Google Groups "Android Devel

[android-developers] Re: How to Launch Contact application displaying multiple phone numbers?

2010-04-06 Thread Girish
Hi, You mean do you want to fetch the postal address details and email details. If yes tell me i will give you the code access them. Thanks, Girish G M On Apr 6, 12:18 pm, AJ wrote: > Hi Group, > > Any clue please. > > Thanks, > AJ > > On Apr 5, 7:57 pm, AJ w

[android-developers] Insert and delete SIM contacs working but it needs to be phone restart to update the changes

2010-04-05 Thread Girish
where = "tag ="+name+ "AND" +"number="+null; } context.getContentResolver().delete(simUri, where, null); row++; }

[android-developers] Insert and delete SIM contacs working but it needs to be phone restart to update the changes

2010-04-05 Thread Girish
where = "tag ="+name+ "AND" +"number="+null; } context.getContentResolver().delete(simUri, where, null); row++; }

[android-developers] Insert and delete SIM contacs working but it needs to be phone restart to update the changes

2010-04-05 Thread Girish
} prn(row+" are deleted"); cur.close(); cur = null; Please look into this issue and give suggestions on this. Thanks, Girish G M -- You received this message because you are subscribed to the Google

[android-developers] Re: How to Launch Contact application displaying multiple phone numbers?

2010-04-05 Thread Girish
getColumnIndex(ContactsContract.CommonDataKinds.Phone.NUMBER)); prn("PhoneNumber::"+phoneNumber); }while(phoneCur.moveToNext()); } phoneCur.close(); phoneCur = null; Try this.. Best wishes, Girish G M O

[android-developers] Re: How to Launch Contact application displaying multiple phone numbers?

2010-04-05 Thread Girish
; break; } }while(numberCursor.moveToNext()); } numberCursor.close(); numberCursor = null; This code help you to access the Phone number. Try this. All the best,

[android-developers] Not able to access the contact birthday events in Android 1.6

2010-04-05 Thread Girish
vents details for Android 1.6 or below versions? Note: I am able to access the events details in Android 2.0 and above version. ConatctContarct class provides the Event ContentItem to access the birthday and anniversary details. Thanks, Girish G M -- You received this message because yo

[android-developers] Insert and delete SIM contacs working but it needs to be phone restart to update the changes

2010-04-02 Thread Girish
where = "tag ="+name+ "AND" +"number="+null; } context.getContentResolver().delete(simUri, where, null); row++; }

[android-developers] How to use phone internal memory to store user data......

2010-03-10 Thread Girish
Hi all.. I want to access phone internal memory to store some data, similar to that of sdcard. but the problem is that the data written by one application is not accessed by other applications. because of uid mismatches. any solution ? Thanks ... -- You received this message

[android-developers] New Birthday Calendar

2010-02-24 Thread Girish Prasad
Hi Please click on the link below and enter your birthday for me. I am creating a birthday calendar for myself. Don't worry, it'll take less than a minute (and you don't have to enter your year of birth). http://www.birthdayalarm.com/bd2/86505696a851335134b1502767825c5591228

[android-developers] Error while Building the android...

2009-11-09 Thread girish prasad
Hi all, I am getting the following error while building the android frameworks/policies/base/PolicyConfig.mk:25: *** No module defined for the given PRODUCT_POLICY (android.policy_phone) if any one knows solution for this, please replay... -Girish -- You received this message because you

[android-developers] How to avoid change in the screen brightness when changing the screen form portrait to landscape mode and vice versa...

2009-11-04 Thread Girish
Hi All... Whenever the phone screen changes its orientation from landscape to portrait , or portrait to landscape, the screen goes dim and becomes bright (after changing its orientation it becomes bright). Hot to disable this change of brightness...? please help me... -Girish

[android-developers] native camera access

2009-11-03 Thread Girish
proper approach, Can any one suggest ? Regards Girish -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-

[android-developers] Re: Last modification time for each contact record in People table

2009-09-17 Thread Girish
Please Suggest me that how can we check the updation of each contact in the Contact.People table? On Sep 16, 9:50 am, Alex Tang wrote: > In "people table" there is none column for last modify time. > > On Sep 15, 8:38 pm, Girish wrote: > > > Dear All, > >

[android-developers] Last modification time for each contact record in People table

2009-09-15 Thread Girish
time to indicate the changes in each record(Each row in table). Please provide us details. Thanks, Girish --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

[android-developers] last modification time of contact

2009-09-15 Thread Girish
time to indicate the changes in each record(Each row in table). Please provide us details. Thanks, Girish --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, sen

[android-developers] Re: Using 2 Surface Views in same activity

2009-04-17 Thread Girish
Hi Dave and others, Any other alternative for acheiving this you can suggest ? Regards On Apr 16, 1:45 am, Dave Sparks wrote: > I'm pretty sure that this will not work. There is a limit of one video/ > camera SurfaceView active at a time. > > On Apr 15, 3:52 am, iblues wrote: > > > > > Hi, >

[android-developers] Re: Starting new group for Android OpenMax

2008-12-17 Thread Girish
welcome ! Anyways thanks for the suggestion. Regards Girish On Dec 17, 6:30 pm, "Android PT" wrote: > Girish, > > I agree with Dave. This is going to be an overhead to monitor a new group. > I can understand that we get lot of emails and scanning through them for > OpenMa

[android-developers] Starting new group for Android OpenMax

2008-12-17 Thread Girish
Dear all, Starting a new group for Android Openmax related queries, Intrested ones please join this new group. Regards Girish --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group.

[android-developers] Re: Play Video Files in Android

2008-12-04 Thread Girish
iaplayer -> play video from local file This should start playing the video which u place in the /sdcard. Please let me know if you have any other question Regards Girish On Dec 4, 1:56 am, Dave Sparks <[EMAIL PROTECTED]> wrote: > If you want a video player app for your G1, there are sev

[android-developers] How to test PVPlayer engine and PVAuthor engine ?

2008-11-25 Thread Girish H T
build them as .outś ? Is there any build (make file) provided for tht ? If any one from PV present in this group please clarify. If possible provide some docs and links on this. I can hardly find any docs on this in the net. Thanks in advance for your help. Regards Girish

[android-developers] Regarding video file playback in android emulator

2008-11-20 Thread Girish H T
wondering how to play back the video files. because i cant see any media player in the android emulator to playback mp4 or 3gp files. Is there anyway to check the out put logs of the of the media player (Application and middleware) ? any setting needs to be done ? Please clarify. Regards Girish

[android-developers] Can I sync with Voxmobili syncml server?

2008-07-18 Thread Girish
Will I be able to sync contacts with Voxmobili Syncml server using Android Emulator and Android Funambol Client. Thanks for your time and help Regards Girish Hegde --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups