Home >> Android News >> Main

Android News

  Main  |  Simple Headline  


There are 289 datas in databese

rdf rss atom

Latest RDF/RSS/ATOM Feeds

feed icon A sample mobile banking solution in link Android Beginners Google Group (2009/9/8 12:25:13)
Hi all, Can anybody tell me something about the security architecture required to build a mobile banking solution in android? Warm Regards, Sudeep
feed icon Re: [android-beginners] A sample mobile banking solution in link Android Beginners Google Group (2009/9/8 12:25:13)
From my understanding, it's quite involved. You'll probably be best contacting a specialist like Vocalink ( [link] ). I heard they were working on a similar project a year or so ago, but it was shelved because none of the banks could agree on a stan ...
feed icon How to Call Browser Activity in link Android Beginners Google Group (2009/9/8 12:25:13)
I am reading through the SDK on Android .com and I am having trouble just finding an example using an intent to invoke a browser activity. I want to send the user to a specific URL. String authUrl = " [link] "; // bring the user to authUrl ...
feed icon Re: [android-beginners] How to Call Browser Activity in link Android Beginners Google Group (2009/9/8 12:25:13)
startActivity(new Intent(ACTION_VIEW, Uri.parse(authUrl)));
feed icon Re: [android-beginners] How to Call Browser Activity in link Android Beginners Google Group (2009/9/8 12:25:13)
Intent i = new Intent(); i.setAction(Intent.ACTION_VIEW ); i.addCategory(Intent.CATEGORY_ BROWSABLE); i.setData(Uri.parse("http://.. .")); startActivity(i);
feed icon Re: GPS Programming... in link Android Beginners Google Group (2009/9/8 12:25:13)
Have you enabled GPS satellites in Settings> Security & location > Enable GPS satellites ?
feed icon Re: GPS Programming... in link Android Beginners Google Group (2009/9/8 12:25:13)
Make sure you add the line <permission android:name="android.permissi on.ACCESS_FINE_LOCATION"></ uses-permission> to your AndroidManifest.xml file and you have enabled GPS satellites on your handset (won't work otherwise). The ...
feed icon Re: How do I search an xml feed? in link Android Beginners Google Group (2009/9/8 12:25:13)
Check this out: [link] On Aug 31, 11:48?pm, "russell.harro...@designvisa.c om"
feed icon Re: A sample mobile banking solution in link Android Beginners Google Group (2009/9/8 12:25:13)
The security requirements on your banking application are independent from the platform you are going to use. Based on your requirements you would have to investigate what Android is supporting and what you have to extend. -- Roman Baumgaertner Sr. ...
feed icon can not login to gogle server in link Google Help (2009/9/8 10:10:03)
I have tnmobile G2. When i am trying to login to merket it dos not login at all. Adem Question from ademeker in Android Market - Technical Help No replies yet
« 1 2 3 4 5 (6) 7 8 9 10 11 [29] » 
etc etc