skip to main | skip to sidebar

Android Development Tutorial

Pages

  • Home
 
  • RSS
  • Twitter
Related Posts Plugin for WordPress, Blogger...
Showing posts with label Eclipse. Show all posts
Showing posts with label Eclipse. Show all posts
Friday, December 23, 2011

Signing Android Application

Posted by Admin at 6:18 AM – 0 comments
 
This video clip explains how to sign an android application when using the eclipse IDE.

[ Read More ]
Read more »
Read more...

Installing Eclipse Pulsar IDE

Posted by Admin at 6:16 AM – 0 comments
 
Short video clip that explains how to install the Eclipse Pulsar IDE. This is one video out of five videos that explain in five steps how to set up the required environment.

[ Read More ]
Read more »
Read more...

Installing Android SDK Plugin for Eclipse IDE

Posted by Admin at 6:13 AM – 0 comments
 
Short video clip that explains how to install the Android SDK plugin for the Eclipse IDE. When following the guidelines make sure you enter the correct URL shown at 0:22 timeline: https://dl-ssl.google.com/android/eclipse/

This is one video out of five videos that explain in five steps how to set up the required environment.

[ Read More ]
Read more »
Read more...

Setting Android SDK in our Eclipse IDE

Posted by Admin at 6:12 AM – 0 comments
 
Short video clip that shows how to set the Android SDK in our Eclipse IDE. This is one video out of five videos that explain in five steps how to set up the required environment.

[ Read More ]
Read more »
Read more...
Wednesday, December 21, 2011

Android Video Tutorial: Android Application Development - Publishing to Android Market

Posted by Admin at 1:47 PM – 0 comments
 
This video comes from Marakana's 5-Day Android Bootcamp Training Course which Marko Gargenta taught in San Jose, CA earlier this year.

In this video (part 5.2) Marko is going to show you everything you need to know to get your Android app ready to be published in the Android Market.


[ Read More ]
Read more »
Read more...

Android Video Tutorial: Android Application Development - TimelineActivity

Posted by Admin at 1:41 PM – 0 comments
 
Class 4, Part 2. This video comes from Marakana's 5-Day Android Bootcamp Training Course which Marko Gargenta taught in San Jose, CA earlier this year.

** Grab the source code at: http://marakana.com/f/277

In this tutorial, you're going to learn how to create a new activity called TimelineActivity that will display all the statuses from your friends. It pulls the data from the database and displays it on the screen. Initially, we do not have a lot of data in the database, but as we keep on using the application, the amount of statuses we have may explode. Our application needs to account for that.

We are going to build this activity in couple of steps, at each point keeping the application whole and complete as we make improvements:

[ Read More ]
Read more »
Read more...

Android Video Tutorial: Android Application Development - StatusData

Posted by Admin at 1:39 PM – 0 comments
 
In the previous tutorial, Class 3, Part 3, you learned how to create a local database for your Android app. Now, Marko will show you how to create the service (UpdaterService) that pulls data from the cloud and then inserts it into your local database.

In this tutorial, you will learn:
  • How to create the service that will pull data from the cloud and store it in your local database
  • How to verify that your database was created
  • How to use sqlite3 - A tool that ships with Android which gives you access to your database

[ Read More ]
Read more »
Read more...

Android Video Tutorial: Android Application Development - Application Object

Posted by Admin at 1:32 PM – 0 comments
 
Class 3, Part 1. This video comes from Marakana's 5-Day Android Bootcamp Training Course which Marko Gargenta taught in San Jose, CA earlier this year.

In this Android tutorial, Marko will show you how to create your own implementation of the Application object, which you can use to make common features accessible to most parts of your Android app.

By the end of this tutorial, you should know how to:
  • Create the Java class representing your implementation of Application object
  • Register the new Application with the AndroidManifest.xml file

[ Read More ]
Read more »
Read more...

Android Video Tutorial: Android Application Development - Traceview

Posted by Admin at 1:25 PM – 0 comments
 
In this 40-minute tutorial, Marko will show you how you can use the Android SDK tool Traceview to analyze data and debug issues in your Android application.

By the end of this tutorial, you'll know how to generate log files containing information you want to analyze, and then use Traceview to view that information graphically.

This tutorial will cover:
  • A break down of the Android device file system
  • The three main partitions in the Android file system: data, sdcard, and system
  • Generating trace files from your Android application
  • Using Traceview to analyze the data in your trace file, and debug issues in your Android app

[ Read More ]
Read more »
Read more...

Android Video Tutorial: Android Application Development - Drawables

Posted by Admin at 1:22 PM – 0 comments
 
This 60-minute tutorial will focus on Android drawables and how you can use styles and the draw9patch tool to ensure they look great and scale properly across devices.

Marko will cover:
  • Creating and defining styles for drawables in an XML stylesheet
  • Applying styles to activities and buttons
  • Editing properties with Eclipse
  • Using the draw9patch tool to affect how drawables scale

[ Read More ]
Read more »
Read more...

Android Video Tutorial: Android Application Development - Spicing up the UI

Posted by Admin at 1:19 PM – 0 comments
 
This video comes from Marakana's 5-Day Android Bootcamp Training Course that Marko Gargenta taught in San Jose, CA earlier this year.

In this 50-minute tutorial, Marko will pick up where he left off with in the last session, and show you how to spice up the Android UI by adding graphics, themes and colors.
  • Toast notifications 
  • Spicing up the Android UI: graphics, colors and resource files
  • Resources: folder structure and naming conventions
  • Drawables
  • Using Eclipse to edit and enhance the UI
  • Applying themes and styles to your UI

[ Read More ]
Read more »
Read more...

Android Video Tutorial: Android Application Development - Android UI

Posted by Admin at 1:15 PM – 0 comments
 
Class 1, Part 4. In this 2-hour tutorial Marko will build an Android app from scratch in-order to illustrate some of the key concepts for Android UI development.

By the end of this tutorial you should have a solid foundation for beginning to work with the Android UI, as well as some best practices for UI development.

Marko also covers:
  • Two approaches to Android UI development: Declarative and Procedural
  • Views and layouts
  • Common view properties
  • Units in Android
  • Lifecycle of Activities and the Android UI

[ Read More ]
Read more »
Read more...
Older Posts
Subscribe to: Posts (Atom)

More Technical Blogs

  • Tech Savvy - Technology Tips
  • PHP Video Tutorial
  • Java Programs with Output
  • C Programming Tutorial
  • Linux Tutorial
  • Language Tutorial
  • Web Development tutorial
  • Popular
  • Recent
  • Archives

Popular Posts

  • How to Program for Android: Video Tutorial 7 - Change you application Icon
    How to Change your application icon. Low density -- ldpi -- 36×36 px Medium density -- mdpi -- 48×48 px (correct size if only one drawa...
  • Android Dynamically generating views
    This code snippet will generate the textview and button at run time. //The layout LinearLayout01 should be predefined.In this layout you...
  • Reordering of listview
    Listview rows order can be changed using drag and drop functionality.Dragging should be enabled beyond the visible listview position. ...
Powered by Blogger.

Archives

  • ▼  2012 (44)
    • ▼  October (31)
      • Reordering of listview
      • Text-to-Speech capability for Android Devices
      • Android Stub uninstalling the existing client and ...
      • Tab creation in android screen
      • ListView Recordering by drag drop in Android
      • Android app for SimpleWiktionary
      • App in android for random quote generation
      • Implementing ListView-Adapter in Android
      • Extract all java classes from APK
      • Get XML from APK
      • Sending SMS from the Android Application
      • How to create Drop Down in Android
      • Android Page Navigation
      • To retrieve the cell info for Android device
      • Creating the enrty in the agenda for Android devices.
      • Test Application for Samsung Android devices
      • Color Picker from Image in Android
      • Image Switcher & Gallery in Android
      • Andorid application that listens to incoming sms
      • Accelerometer management for the Android devices
      • Alert box for Confirm
      • 3D Rotation in Android
      • Custom Bar Control for Android using Java
      • Creating Layouts TableRows and TextViews dynamical...
      • Android SeekBar
      • Dialing phone number from Google Android Application
      • Login Screen Creation using Android
      • Add a Progress Bar to Android based Mobile Screens
      • Adding a button to Android based mobile screens
      • Android Dynamically generating views
      • Timezone converter
    • ►  September (3)
    • ►  March (1)
    • ►  February (9)
  • ►  2011 (69)
    • ►  December (69)
 

Followers

Labels

  • Activities (9)
  • Andoird Menu (2)
  • Android timelineActivity. (1)
  • Android Adapter (1)
  • Android app (9)
  • Android App Inventor (1)
  • Android App Publishing (2)
  • Android Application Components (3)
  • Android Application Fundamental (2)
  • Android Architecture (1)
  • Android AsyncTask (1)
  • Android Basic (7)
  • Android Bootcamp Training (18)
  • Android Button Widget (3)
  • Android Custom Style (1)
  • Android Dialog (1)
  • Android Drawable (2)
  • Android Environment (1)
  • Android example (9)
  • Android File System (2)
  • Android Geolocation (2)
  • Android ImageView (1)
  • Android Installation (8)
  • Android intents (5)
  • Android lifecycle (1)
  • Android LIst (4)
  • Android Listener (4)
  • Android Manifest (3)
  • Android Market (1)
  • Android Notification (1)
  • Android Object (1)
  • Android Package File (1)
  • Android Platform (1)
  • Android service (4)
  • Android StatusActivity (1)
  • Android Theme Style (3)
  • Android Traceview (1)
  • Android UI (6)
  • Android Unit Testing (1)
  • Android Widget (4)
  • AndroidManifest.xml (4)
  • Application Icon (1)
  • Broadcast Receiver (2)
  • Content Providers (1)
  • Creating Activities (1)
  • Creating Custom Styles in Android (1)
  • Creating Multiple Activities (1)
  • Database (3)
  • draw9patch (1)
  • Eclipse (12)
  • Explicit Intents (2)
  • Explicit Intents Example (1)
  • Hello world with Android (1)
  • Helloworld with Android (5)
  • Implicit Intents (2)
  • Implicit Intents Example (1)
  • Layout View (3)
  • lifemichael (8)
  • Location Sensor (1)
  • Multiple Activities (2)
  • Netbeans (1)
  • OpenGL ES Graphics (1)
  • Passing Values with Intents (2)
  • Project Structure (1)
  • Retrieving Image URI from Intents (1)
  • Setting Android Environment (1)
  • SQLite (3)
  • TGENT (8)
  • UserGroupAtGoogle (8)
  • XML (1)
  • xtensive arts Training (11)
 
 
© 2011 Android Development Tutorial | Designs by Web2feel & Fab Themes

Bloggerized by DheTemplate.com - Main Blogger