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
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
>
>
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
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
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
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
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
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
8 matches
Mail list logo