Android News
| Main | Simple Headline |
There are 289 datas in databese
Latest RDF/RSS/ATOM Feeds
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
|
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 ...
|
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 ...
|
Android Beginners Google Group
(2009/9/8 12:25:13)
|
startActivity(new Intent(ACTION_VIEW, Uri.parse(authUrl)));
|
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);
|
Android Beginners Google Group
(2009/9/8 12:25:13)
|
Have you enabled GPS satellites in Settings> Security & location > Enable GPS satellites ?
|
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 ...
|
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"
|
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. ...
|
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
|
|
|



