Blue Ray Plus - Latest Technology News - Stories tagged with Android
1
Ups

Extending PhoneGap for Visual Studio to Android devices « Ken Cenerelli

posted by adminadmin 102 days, 17 hours, 7 minutes ago
Tuesday, February 05, 2013 6:22:44 AM GMT
2 Comments PhoneGap templates for Visual Studio 2010 have been around for almost a year. The templates allow you create a working Windows Phone 7 app using the PhoneGap SDK without having to learn XAML or C#. There are plenty of examples on how to create a WP7 app with PhoneGap templates so I will not be repeating the steps here. If you are looking for some good tutorials though check out the following links: Windows Phone App Porting: Bridging the PhoneGap How to create HTML5 apps on Windows Phone w... (more)
category: ASP.NET | clicked: 0 | comment | | source: kencenerelli.wordpress.com
tags: Android, Phone Gap
1
Ups

PhoneGap | Apache Cordova and Windows Phone 8

posted by adminadmin 102 days, 17 hours, 8 minutes ago
Tuesday, February 05, 2013 6:22:12 AM GMT
The majority of the work for WP8 was done by Sergei Grebnov (Sergey). Sergey made huge contributions to Apache Cordova for Windows Phone 7 (WP7), so he already knew his way around Cordova. He was also joined by his colleague Ruslan Kokorev. Microsoft was also involved, and they helped by providing advanced access to the SDKs, tools and even pre-release devices for us to test on. Microsoft provided technical guidance and support and we also TAP’ed into the community via their Technology Adoption Program. ... (more)
category: ASP.NET | clicked: 0 | comment | | source: phonegap.com
tags: Android, Phone Gap
1
Ups

Xamarin - Mono for Android - Create amazing Android apps with C# and .NET

posted by adminadmin 102 days, 17 hours, 10 minutes ago
Tuesday, February 05, 2013 6:20:25 AM GMT
XamarinStoreiOSAndroidDocumentationSupportBringing joy to Android development.Cross Platform Easily share code between iOS, Android and Windows devices. Native Code High-performance compiled code with full access to all the native APIs. C# & .NET Everything you love about .NET, including LINQ, Delegates and Events. Why you'll love Mono for Andro... (more)
category: ASP.NET | clicked: 0 | comment | | source: xamarin.com
tags: Android, Phone Gap
1
Ups

Beginning Android 3 - Mark Murphy - Google Books

posted by adminadmin 114 days, 13 hours, 51 minutes ago
Thursday, January 24, 2013 9:39:35 AM GMT
SearchImagesMapsPlayYouTubeNewsGmailDriveMore »My library | Help | Advanced Book Search | Web History | Sign inAdvanced Book SearchBooksbooks.google.co.in - The vibrant and rich Android development platform, created by Google and the Open Handset Alliance, continues to be a platform in its truest sense, encompassing hundreds of classes beyond the traditional Java classes and open source components that ship with the software development kit. Android's continued...http://books.google.co.in/books/about/Be... (more)
category: Android | clicked: 0 | comment | | source: books.google.co.in
tags: Android
1
Ups

Android Cookbook: Recipe Using AsyncTask to do background processing (Recipe 2260, Revision 3154)

posted by adminadmin 114 days, 13 hours, 51 minutes ago
Thursday, January 24, 2013 9:38:47 AM GMT
Using AsyncTask to do background processingChapter 4. Inter/Intra-Application CommunicationContributed by Johan Pelgrim 2011-07-21 02:39:21 (updated 2011-10-02 08:15:56) In Published Edition? Yes 0 Votes Problem You have to do some heavy processing, or load resources from the network and want to show the progress and results in the UI.Solution Use AsyncTask and ProgressDialog to achieve thisDiscussion Introduction As we can read in the... (more)
category: Android | clicked: 0 | comment | | source: androidcookbook.com
tags: Android
1
Ups

Pro Android 4 - Satya Komatineni, Dave MacLean

posted by adminadmin 114 days, 16 hours, 14 minutes ago
Thursday, January 24, 2013 7:16:18 AM GMT
SearchImagesMapsPlayYouTubeNewsGmailDriveMore »My library | Help | Advanced Book Search | Web History | Sign inAdvanced Book SearchBooksbooks.google.co.in - Pro Android 4 shows you how to build real-world and fun mobile apps using the new Android SDK 4 (Ice Cream Sandwich), which unifies Gingerbread for smartphones, Honeycomb for tablets and augments further with Google TV and more. This Android 4 book updates the best selling Pro Android 3 and covers...http://books.google.co.in/books/about/Pro_Androi... (more)
category: Android | clicked: 0 | comment | | source: books.google.co.in
tags: Android
1
Ups

How to delete an SMS from the inbox in Android programmatically - Pastebin.com

posted by adminadmin 114 days, 16 hours, 17 minutes ago
Thursday, January 24, 2013 7:12:45 AM GMT
PASTEBIN  |  #1 paste tool since 2002create new pastetoolsapiarchivefaqPASTEBINcreate new paste     trending pastessign uploginmy alertsmy settingsmy profileDon't like ads? PRO users don't see any ads ;-)Public PastesUntitled4 sec agoUntitled9 sec agoUntitled10 sec agoUntitled14 sec agoUntitled15 sec agoUntitled20 sec agoUntitled20 sec agoYoung Legal Porn M...20 sec agoBy: a guest on Feb 27th, 2012  |  syntax: None  |  size: 2.47 KB  |  hits: 326  |  expires: Neverdownload  |  raw  ... (more)
category: Android | clicked: 0 | comment | | source: pastebin.com
tags: Android, Delete sms
1
Ups

android - search sms inbox?

posted by adminadmin 114 days, 16 hours, 19 minutes ago
Thursday, January 24, 2013 7:11:26 AM GMT
up vote-1down votefavorite how can i search sms inbox and show last message from special number , for example search for 999999999 and show last message recived from this number , is any way to do this ? i use this code to return count of message my inbox TextView view; @Override public void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.main); view = (TextView) findViewById(R.id.textView1); final Uri SMS_INBOX = Uri.parse("content://sms/... (more)
category: Android | clicked: 0 | comment | | source: stackoverflow.com
tags: Android, inbox, Query, search, sms
1
Ups

Working with the “ContactsContract” to query contacts in Android « APP-SOLUT Application Solutions – Blog

posted by adminadmin 114 days, 16 hours, 20 minutes ago
Thursday, January 24, 2013 7:10:19 AM GMT
When I was looking at the official example on the Google Android Developers site for accessing content providers in Android (http://developer.android.com/guide/topics/providers/content-providers.html) I found an outdated example to query contacts which is using deprecated fields in the Android API. As I’ve seen quite some developers who are still relying on that deprecated example to implement their functionality even when using the newer API levels I’ve decided to post an example which is using the new ... (more)
category: Android | clicked: 0 | comment | | source: app-solut.com
tags: Android, Contact
1
Ups

Confused on how to query Contacts in Android

posted by adminadmin 114 days, 16 hours, 23 minutes ago
Thursday, January 24, 2013 7:07:29 AM GMT
up vote0down votefavorite1 I am making a Android application which uses Contacts. The good thing is I managed somehow to make it work with Contacts.Phones as seen on many tutorials. The problem is that Contacts.Phones is deprecated and is replaced by ContactsContract. My application needs to work starting from Android 1.5+. I need to do some simple operations like: - query all contacts - query for a specific contact - backup all contacts What is the best way to achieve this, considering I need to hav... (more)
category: Android | clicked: 0 | comment | | source: stackoverflow.com
tags: Android, Contact, Query
1
Ups

Working with XML on Android

posted by adminadmin 114 days, 16 hours, 25 minutes ago
Thursday, January 24, 2013 7:05:29 AM GMT
Skip to main contentSign in (or register)English [userid]IBM ID:Password: Keep me signed in. Submit, you agree to the developerWorks terms of use.Need an IBM ID?Forgot your IBM ID?Forgot your password?Change your password The first time you sign into developerWorks, a profile is created for you. Select information in your developerWorks profile is displayed to the public, but you may edit the information at any time. Your first name, last name (unless you choose to hide them), and display name will... (more)
category: Android | clicked: 0 | comment | | source: www.ibm.com
tags: Android, xml
1
Ups

Creating an Android “Hello World” Application with PhoneGap

posted by adminadmin 114 days, 16 hours, 26 minutes ago
Thursday, January 24, 2013 7:04:35 AM GMT
Advertise HereTutorials\PhoneGapAbbas Suterwala on Sep 8th 2010 with 44 commentsTutorial DetailsTechnology: PhoneGap + AndroidDifficulty: BeginnerCompletion Time: 30 - 60 MinutesTweet PhoneGap is an open source platform that allows you to create cross-platform mobile applications with HTML, JavaScript, and CSS. In order to interact with device hardware, PhoneGap provides a JavaScript API that will interface with features such as the on-board camera, GPS, and accelerometer. Even though PhoneGap is great ... (more)
category: Android | clicked: 0 | comment | | source: mobile.tutsplus.com
tags: Android, Phone Gap
1
Ups

android - How can i have a selectable row who start an activity and a checkbox who trigger a contextual menu at the same time - Stack Overflow

posted by adminadmin 114 days, 16 hours, 27 minutes ago
Thursday, January 24, 2013 7:03:31 AM GMT
up vote1down votefavorite1 In my apps i have a customs Listview with an adapter. In my list view i added a checkbox with focusable=false to make sure the listItem is still focusable. On the OnCheckedChangeListener i call list.setItemChecked to make sure it trigger the contextual menu. When a row is selected (not with the checkbox) it's starting an activity. (To Edit the row content) In my activity i have these lines to start the contextual menu when an items is selected (with the checkbox)transactio... (more)
category: Android | clicked: 0 | comment | | source: stackoverflow.com
tags: Android
1
Ups

Features OF Anthem SMS Secure Application ~ Anthem Infotech Team Blog

published 136 days, 10 hours, 48 minutes ago posted by G12GG12G 137 days, 17 hours, 13 minutes ago
Wednesday, January 02, 2013 12:41:50 PM GMT Tuesday, January 01, 2013 6:17:28 AM GMT
Features OF Anthem SMS Secure AapplicationTHIS APPLICATION HAS ACCESS TO THE FOLLOWING: YOUR MESSAGES READ YOUR TEXT MESSAGES (SMS OR MMS) Allows the app to read SMS Messages stored on your tablet or SIM card. This allows the app to read all SMS messages, regardless of content or confidentiality. Allows the app to read SMS messages stored on your phone or SIM card. This allows the app to read all SMS Messages, regardless of content or confidentiality. EDIT YOUR TEXT MESSAGES (SMS OR MMS) ... (more)
category: Android | clicked: 3 | comment | | source: blog.antheminfotech.com
tags: Android, SMS Backup and Restore