JavaPins - Stories tagged with Android
1
Pins

Android Notifications

posted by anishaanisha 272 days, 12 hours, 8 minutes ago
Thursday, September 20, 2012 7:14:54 PM GMT
In this tutorial we shall learn about different types of notifications in android. Following are the three types of android notifications,Toast Notification – Shows message that fades away after a few seconds. (Background type also)Status Notification – Shows notification message and displayed till user action. (more)
category: Smart Client | clicked: 1 | comment | | source: javapapers.com
tags: Android, notification
1
Pins

Starting with Android App Development | MyCoding.net

posted by anishaanisha 272 days, 19 hours, 17 minutes ago
Thursday, September 20, 2012 12:06:18 PM GMT
Quick Tutorial on setting up your PC for developing Android Apps Things you will need:Java Development Kit (JDK)Eclipse IDEAndroid SDKADT for EclipseStep 1: JDK Visit this link: Java SE Downloads -Select the latest JDK -Download and install it. (more)
category: Smart Client | clicked: 0 | comment | | source: www.mycoding.net
tags: Android, app, Development, Start
1
Pins

Android UI Design Basics for Developers - Developer.com

published 273 days, 21 hours, 42 minutes ago posted by anishaanisha 274 days, 12 hours, 44 minutes ago
Wednesday, September 19, 2012 9:41:06 AM GMT Tuesday, September 18, 2012 6:39:42 PM GMT
In Android app development, user interface (UI) is everything. Even if your Android app is packed with slick, unique functionality, if it's wrapped in a clumsy and unprofessional-looking UI, no one will want to use it. Chances are they won't even bother to scratch your app's badly-designed surface. (more)
category: Smart Client | clicked: 3 | comment | | source: www.developer.com
tags: Android, UI design
1
Pins

Android Applications Architecture

published 273 days, 21 hours, 42 minutes ago posted by anishaanisha 274 days, 13 hours, 2 minutes ago
Wednesday, September 19, 2012 9:41:06 AM GMT Tuesday, September 18, 2012 6:21:07 PM GMT
Learn the software architecture principles needed to design a typical Android application. You will have a chance to see an example application that uses most of the standard Android building blocks. By the end of this talk, you will have high-level understanding on how to design an Android applications. (more)
category: Smart Client | clicked: 10 | comment | | source: www.java-tv.com
tags: Android, applia
1
Pins

Android Security Analysis

published 265 days, 13 hours, 22 minutes ago posted by anishaanisha 275 days, 11 hours, 41 minutes ago
Thursday, September 27, 2012 6:00:49 PM GMT Monday, September 17, 2012 7:42:05 PM GMT
A security analysis of Android operating system from software, application development, programming constructs, all the way down to hardware-specific features of Android devices: mobile phones, tablets, and other consumer electronics devices. Specific attention is paid to Android applications and use cases where security is not a “nice to have”; (more)
category: Smart Client | clicked: 3 | comment | | source: www.java-tv.com
tags: Android, security
1
Pins

Get User Input in Android

published 274 days, 14 hours, 11 minutes ago posted by anishaanisha 275 days, 12 hours, 27 minutes ago
Tuesday, September 18, 2012 5:11:56 PM GMT Monday, September 17, 2012 6:56:25 PM GMT
I have written an Android Hello World tutorial some time back. Wouldn’t it be nice if we add some simple user interaction to it. As simple as get a text input from user and display it. This tutorial will help you do that and will serve as an introduction to use of Android form widgets.1. Create an Android Project (more)
category: Smart Client | clicked: 1 | comment | | source: javapapers.com
tags: Android, user input
1
Pins

How to Take Screen Shot in Android?

published 274 days, 14 hours, 11 minutes ago posted by anishaanisha 275 days, 12 hours, 30 minutes ago
Tuesday, September 18, 2012 5:11:56 PM GMT Monday, September 17, 2012 6:53:00 PM GMT
Taking screen shot in a mobile is so easy. Just hold the home and power button together for a second. This will grab the current screen as image in photo gallery. Tested in HTC Explorer and iPhone 3GS. Yes, this tip is applicable for both Android and iPhone. Applicable for any iOS device and latest versions of Android. (more)
category: Smart Client | clicked: 1 | comment | | source: javapapers.com
tags: Android, screenshot
1
Pins

Android Developers Blog: Creating Your Own Spelling Checker Service

published 274 days, 14 hours, 11 minutes ago posted by anishaanisha 275 days, 12 hours, 35 minutes ago
Tuesday, September 18, 2012 5:11:56 PM GMT Monday, September 17, 2012 6:48:32 PM GMT
Posted by Satoshi Kataoka and Ken Wakasa of the Android text input engineering team The Spelling Checker framework improves the text-input experience on Android by helping the user quickly identify and correct spelling errors. When an app uses the spelling checker framework, the user can see a red underline beneath misspelled or unrecognized words so that the user can correct... (more)
category: Smart Client | clicked: 0 | comment | | source: android-developers.blogspot.in
tags: Android, spell checker
1
Pins

Android and Malware: Protecting Yourself from Threats | LearnComputer

published 274 days, 14 hours, 11 minutes ago posted by anishaanisha 275 days, 12 hours, 40 minutes ago
Tuesday, September 18, 2012 5:11:56 PM GMT Monday, September 17, 2012 6:43:40 PM GMT
As our mobile devices become more prevalent, we tend to use them for the most sensitive of tasks. Banking, business applications, email and social networks are all available through our Android devices. Along with our favorite applications, malware and trojans are also making their way onto the scene and into our information. (more)
category: Smart Client | clicked: 0 | comment | | source: www.learncomputer.com
tags: Android, malware, protect, threats
1
Pins

Remote firefox debugging on android | Smartjava.org

published 278 days, 21 hours, 22 minutes ago posted by anishaanisha 281 days, 12 hours, 21 minutes ago
Friday, September 14, 2012 10:00:52 AM GMT Tuesday, September 11, 2012 7:02:20 PM GMT
In the previous article I wrote about remote debugging web applications using chrome on Android. If you don't want to use chrome or you want to test and debug your application on a different mobile browser you can also use firefox mobile to debug (and use FF15+ on the desktop). The process is pretty much the same as for chrome. (more)
category: Smart Client | clicked: 1 | comment | | source: www.smartjava.org
tags: Android, firefox, Remote Debugging
1
Pins

Remote opera debugging on android | Smartjava.org

published 278 days, 21 hours, 22 minutes ago posted by anishaanisha 281 days, 12 hours, 22 minutes ago
Friday, September 14, 2012 10:00:52 AM GMT Tuesday, September 11, 2012 7:01:22 PM GMT
The final article on remote debugging web applications on mobile devices shows how you can do this using Opera Mobile. With Opera Mobile you can easily debug web applications running on Android, without needing an USB connection (b.t.w you can also debug web application on firefox without USB). In this article I'll quickly walk you through the steps required to setup the debug connection. (more)
category: Smart Client | clicked: 0 | comment | | source: www.smartjava.org
tags: Android, opera, Remote Debugging
1
Pins

Code4ReferenceAndroid Hello world!!! example

published 278 days, 21 hours, 22 minutes ago posted by anishaanisha 281 days, 12 hours, 41 minutes ago
Friday, September 14, 2012 10:00:52 AM GMT Tuesday, September 11, 2012 6:42:24 PM GMT
This is a basic tutorial with simple example on installing Android sdk and setting up development environment for Ubuntu machine. If you are using windows machine for development, then instructions may vary.Install javaInstall EclipseInstall Android SDKInstall ADT plugin in EclipseCreate Android Virtual Device(AVD)Create Android (more)
category: Smart Client | clicked: 1 | comment | | source: code4reference.com
tags: Android, example, Hello World
1
Pins

Code4ReferenceAndroid dynamic and xml layout

published 278 days, 21 hours, 22 minutes ago posted by anishaanisha 281 days, 12 hours, 41 minutes ago
Friday, September 14, 2012 10:00:52 AM GMT Tuesday, September 11, 2012 6:41:54 PM GMT
Android activity contains various user interface components e.g Button, Radio button, List, Text field etc. The user interface component can be  arranged/attached with the activity in two different ways.Declaring UI element in layoutfile Basically, Layout file is xml formatted file present in res/layout. (more)
category: Smart Client | clicked: 0 | comment | | source: code4reference.com
tags: Android, Dynamic, XML
1
Pins

Java Desktop and Android Development at the Coal Face: Swing to Android

published 285 days, 12 hours, 47 minutes ago posted by anishaanisha 286 days, 13 hours, 6 minutes ago
Friday, September 07, 2012 6:36:14 PM GMT Thursday, September 06, 2012 6:17:32 PM GMT
Well its been a while since I updated my blog. Basically I finished a contract back in June last year and decided to take some time off. I've been doing anything other that work really :) Actually I have been doing some of my own programming projects to keep my hand in, basically a bit of Swing and a fair bit of Android. (more)
category: Java EE | clicked: 3 | comment | | source: webbyit.blogspot.in
tags: Android, swing
1
Pins

Programming Mobile: Android and Jenkins: Continuous Integration

published 285 days, 12 hours, 47 minutes ago posted by anishaanisha 286 days, 13 hours, 11 minutes ago
Friday, September 07, 2012 6:36:14 PM GMT Thursday, September 06, 2012 6:11:54 PM GMT
Jenkins, it’s pretty easy to get a Continuous Integration server set up with an Android project. But before you dive into setting up the software itself, it’s very helpful to have some basic concepts on a few different types of software that you will run into. For those unaware, Continuous Integration is a way to improve your code by following the “fail fast” concept. (more)
category: Smart Client | clicked: 0 | comment | | source: www.programmingmobile.com
tags: Android, integration, jenkins
1
Pins

Looping around with Rajith...: Setup Your Computer To Develop Android Application [Video]

posted by anishaanisha 287 days, 11 hours, 20 minutes ago
Wednesday, September 05, 2012 8:03:13 PM GMT
Setup Your Computer To Develop Android Application [Video] (more)
category: Smart Client | clicked: 0 | comment | | source: blog.rajithdelantha.com
tags: Android, application, Setup
1
Pins

Java Padawan on J2ME and Android: Android Parsing JSON

published 286 days, 13 hours, 34 minutes ago posted by anishaanisha 287 days, 11 hours, 58 minutes ago
Thursday, September 06, 2012 5:48:52 PM GMT Wednesday, September 05, 2012 7:25:22 PM GMT
Parse the live JSON response from http://beer.androidph.com/beerws. See App Engine Generating JSON. Use the code from Android Networking Tutorial JSON Parser Code (more)
category: Smart Client | clicked: 1 | comment | | source: www.androidph.com
tags: Android, JSON, Parsing
1
Pins

Java Padawan on J2ME and Android: Android SQLite Primary Key Auto Increment

published 286 days, 13 hours, 34 minutes ago posted by anishaanisha 287 days, 12 hours, 12 minutes ago
Thursday, September 06, 2012 5:48:52 PM GMT Wednesday, September 05, 2012 7:11:23 PM GMT
WRONG : CREATE TABLE PERSON (ID INTEGER PRIMARY KEY AUTOINCREMENT, FIRSTNAME TEXT, LASTNAME TEXT) (more)
category: Smart Client | clicked: 0 | comment | | source: www.androidph.com
tags: Android, Primary key, Sqlite
1
Pins

Java Padawan on J2ME and Android: Android Custom Database ListAdapters

published 286 days, 13 hours, 34 minutes ago posted by anishaanisha 287 days, 12 hours, 13 minutes ago
Thursday, September 06, 2012 5:48:52 PM GMT Wednesday, September 05, 2012 7:10:24 PM GMT
On the ListActivity class : ListPatientCursorAdapter listAdapter = new ListPatientCursorAdapter(this, R.layout.patient_list, cursor); setListAdapter(listAdapter); startManagingCursor(cursor); (more)
category: Smart Client | clicked: 1 | comment | | source: www.androidph.com
tags: Android, database, listadapter
1
Pins

ricardozuasti.com - View Androids emulator log from Eclipse «

posted by anishaanisha 288 days, 13 hours, 18 minutes ago
Tuesday, September 04, 2012 6:05:33 PM GMT
Sounds like it should be quite straightforward, right? Well, it is, but for some reason it took me more than a few minutes (maybe I need to get more sleep :P). Anyway, to view Androids emulator log from Eclipse go to Window / Show View / Other… / Android / LogCatRam ThanksLatest postsMake Netbeans look great on Ubuntu 12.04Web development frameworks (more)
category: Smart Client | clicked: 0 | comment | | source: ricardozuasti.com
tags: Android, emulator, log
Previous 1 2 3 4 5 6 7 8 9 10 Next