Click here to Skip to main content
15,905,558 members

Comments by ranju007 (Top 5 by date)

ranju007 9-Oct-12 1:17am View    
yaa i use the same code.. i just copy the startActivity method...


instead of appname i need to use the package name of that application.. from where i got the package name
ranju007 7-Oct-12 3:29am View    
Deleted
thanks for your replay..
i already use this method, and also try another method..
codes given below

Cursor mycur = getContentResolver().query(Browser.BOOKMARKS_URI, Browser.HISTORY_PROJECTION, null, null, null);
int count = mycur.getCount();
mycur.moveToFirst();
if(mycur.moveToFirst() && count>0)
{
while(count>0)
{
Log.e("title",mycur.getString(Browser.HISTORY_PROJECTION_URL_INDEX));
// histories[j]=mycur.getString(Browser.HISTORY_PROJECTION_TITLE_INDEX);
j++;
count--;
}
}


this code display only

http//:m.yahoo.com/?tsrc=samsungbm
ranju007 6-Aug-12 10:48am View    
i cant get you...

i read player id and player name from the database and i saved it in a resultset 're'. i have a jcombobox1. i need to display player names as item in jcombobox. and when i select an item (player name) i need his corresponding id.
ranju007 5-Aug-12 15:16pm View    
can u make me more clear sir???
ranju007 5-Aug-12 10:44am View    
thank you frnd......