[android-developers] Re: how to add URL button

2014-10-31 Thread Naresh Pedagani
for this you can use webview,please go through bellow example. http://javatechig.com/android/android-webview-example On Wednesday, October 29, 2014 6:06:29 PM UTC+5:30, Osamah Alzouby wrote: > > Hello > I want to add URL button to my project. How I can create it? > > Thank you > -- You rec

Re: [android-developers] Connect android device to local server

2013-05-14 Thread naresh pedagani
Hi ,if Client and server are in the same LAN ,you can connect local server ,simply you have to use local server url in your code Thanks&Regards, Naresh Pedagani. Regards, NaResH. On Wed, May 15, 2013 at 10:59 AM, Parthi K wrote: > yes dude is possible to connect ur server > >

Re: [android-developers] How to Send MMS

2013-05-14 Thread naresh pedagani
Hi ,check the following url http://sumitsharma1900.blogspot.in/2013/03/how-to-send-mms-programmatically-in.html Thanks&Regards, Naresh Pedagani. Regards, NaResH. On Wed, May 15, 2013 at 8:19 AM, askl wrote: > Dear All, > > Please help me, how to send a *MMS *in Android Pro

Re: [android-developers] Couldn't Create Directory for shared preferences

2013-05-10 Thread naresh pedagani
Hi ,i never face ,i used the following code.its working fine. *to store the data into shared preferences* SharedPreferences.Editor editor = getPreferences(MODE_PRIVATE).edit(); editor.putString("text","hello"); editor.commit(); * to retrive the data from shared preferences* SharedPreferences

Re: [android-developers] Database

2013-03-11 Thread naresh pedagani
Hi ,which data base you want to connect SQLite(phone data base) or other databases. Regards, NaResH. On Tue, Mar 12, 2013 at 10:25 AM, Sagar Rout wrote: > Basically i want to learn, how can i connect my android application with > my database ? > Please let me know which should be the best away

Re: [android-developers] Re: Help needed

2013-03-05 Thread naresh pedagani
Hi , findViewById() method is used to get the object of the view. *example*: *main.xml* contain one button i want to provide the action for this button, so we need to create the object in the java file by passing id. *MainActivity .java* public class MainActivity extends Activity { pro

Re: [android-developers] Re: Help needed

2013-03-05 Thread naresh pedagani
Hi, remove the code like android:text='@string/action_settings in xml file and clean the project.then add the code android:text='@string/action_settings, then it will work.it happens some time if R.java file is not updated. Thanks&Regards, Naresh On Tue, Mar 5, 2013 at 5:15 PM, Gabriel Augusto wr

Re: [android-developers] Select Numbers from CustomListview

2013-02-11 Thread naresh pedagani
to implement. Thanks&Regards, Naresh Pedagani. On Mon, Feb 11, 2013 at 5:09 PM, sree android wrote: > Hi, > See above image,In that when i click on second row all numbers are display > in dialogue.How it is possible.(means i would like to implement call > function for the custom