Rohit001
Name: Rohit001
Score: 1,490
Last Seen: 281 days, 4 hours, 23 minutes ago
Member Since: 3 August, 2012
Blue Ray Plus - Latest Technology News
atom rss
1
Ups

Android - A beginner's guide - CodeProject

published 271 days, 18 hours, 16 minutes ago posted by Rohit001Rohit001 281 days, 4 hours, 23 minutes ago
Monday, August 20, 2012 2:27:01 PM GMT Saturday, August 11, 2012 4:19:38 AM GMT
Introduction This tutorial is a starting point for developing Android apps. It will explain the very basics of the Android SDK (Software Development Kit) and how to use it with Eclipse. To understand this tutorial, you don't need to have any knowledge about programming in Java, but it might be helpful for further programming to understand the basics of object orientated programming. This tutorial explains Android beginners how to create an Android Project in Eclipse, work with resources, and create some... (more)
category: Android | clicked: 15 | comment | | source: www.codeproject.com
tags: Android - A beginner's guide
1
Ups

Android User Interface Development: Animating Widgets and Layouts | Packt Publishing Technical & IT Book and eBook Store

published 284 days, 20 hours, 20 minutes ago posted by Rohit001Rohit001 286 days, 2 hours, 43 minutes ago
Tuesday, August 07, 2012 12:22:08 PM GMT Monday, August 06, 2012 5:59:24 AM GMT
Your message has been sent.How would you like to send this article:Please select...As a link (more)
category: Android | clicked: 4 | comment | | source: www.packtpub.com
tags: Animating Widgets
1
Ups

Uses a TextSwitcher. : TextSwitcher « UI « Android

published 284 days, 20 hours, 20 minutes ago posted by Rohit001Rohit001 286 days, 2 hours, 45 minutes ago
Tuesday, August 07, 2012 12:22:08 PM GMT Monday, August 06, 2012 5:57:39 AM GMT
HomeAndroid1.2D Graphics2.Animation3.Core Class4.Database5.Date Type6.Development7.File8.Game9.Hardware10.Media11.Network12.Security13.UI14.User EventAndroid » UI » TextSwitcher Uses a TextSwitcher.   /*  * Copyright (C) 2007 The Android Open Source Project  *  * Licensed under the Apache License, Version 2.0 (the "License");  * you may not use this file except in compliance with the License.  * You may obtain a copy of the License at  *  *      http://www.apache.org/licenses/LICENSE-2.0  *  * ... (more)
category: Android | clicked: 3 | comment | | source: www.java2s.com
tags: TextSwitcher
1
Ups

Android ViewFlipper Example

published 284 days, 20 hours, 10 minutes ago posted by Rohit001Rohit001 286 days, 2 hours, 46 minutes ago
Tuesday, August 07, 2012 12:32:44 PM GMT Monday, August 06, 2012 5:56:34 AM GMT
STEP 1: Creating a new project from File->New->Android Project with ViewFlipperActivity Activity Name STEP 2: Copy Image files to res/drawable Folder STEP 3: In res/layout/main.xm layout add ViewFlipper as: STEP 4: Create an anim folder inside res and put xml for Transaction effect for Left In, Right In,Left Out and Right Out. res/anim/pushleftin.xml: res/anim/pushleftout.xml: res/anim/pushrightin.xml: res/anim/pushrightout.xml: STEP 5: In ViewFlipperA... (more)
category: Android | clicked: 11 | comment | | source: androidimran.blogspot.in
tags: Android ViewFlipper Example
1
Ups

i have developed one 3D Stack View in Android 3.0 , how do i accomodate that into a Fragment of other Activity in Android 3.0 - android-discuss

published 284 days, 20 hours, 10 minutes ago posted by Rohit001Rohit001 286 days, 2 hours, 47 minutes ago
Tuesday, August 07, 2012 12:32:44 PM GMT Monday, August 06, 2012 5:55:15 AM GMT
tarun sablok Android Developer i have developed one 3D Stack View in Android 3.0 , how do i accomodate that into a Fragment of other Activity in Android 3.0I have developed one 3D Stack View as a single activity , now i want to embedd that into one of the fragment of another activity in android 3.0 , i tried putting it but the things are getting Clipped . So can anyone suggest me how should i proceed so that my original activity gets in the fragment without loosing any of its content , ... (more)
category: Android | clicked: 1 | comment | | source: www.androiddiscuss.com
tags: Stack View in Android
1
Ups

Android browser's about:debug, what do those settings do? - Android Enthusiasts

published 284 days, 20 hours, 10 minutes ago posted by Rohit001Rohit001 286 days, 2 hours, 50 minutes ago
Tuesday, August 07, 2012 12:32:44 PM GMT Monday, August 06, 2012 5:52:36 AM GMT
up vote30down votefavorite15 I have just found this hidden setting:Open Stock browserIn the address bar, type about:debug, nothing should happen, there will be no confirmation screen or flashing green box telling you that you've done anything.However, there should now be a few new options in the browser's Settings page. In Menu > More > Settings: In Menu > More, there is also: probably there are other new menus showing up that I haven't noted and the menus are very likely to be version specifi... (more)
category: Android | clicked: 0 | comment | | source: android.stackexchange.com
tags: ndroid browser
1
Ups

Understanding User Interface in Android - Part 3

published 284 days, 20 hours, 10 minutes ago posted by Rohit001Rohit001 286 days, 2 hours, 53 minutes ago
Tuesday, August 07, 2012 12:32:44 PM GMT Monday, August 06, 2012 5:49:41 AM GMT
Thanks for the articles. Illuminating. Looking forward to the next installment. (more)
category: Android | clicked: 2 | comment | | source: mobiforge.com
tags: Understanding User Interface in Android - Part 3
1
Ups

Android: Android ImageSwitcher Example

published 284 days, 20 hours, 10 minutes ago posted by Rohit001Rohit001 286 days, 2 hours, 54 minutes ago
Tuesday, August 07, 2012 12:32:44 PM GMT Monday, August 06, 2012 5:48:54 AM GMT
STEP 1: Creating a new project from File->New->Android Project with ImageSwitcherExample Activity Name STEP 2: Copy Image files to res/drawable Folder STEP 3: In res/layout/main.xm layout add ImageSwitcher and Gallery View as: STEP 4: Create an ImageAdapter which extends BaseAdapter as: package com.imrankhanandroid.Imageswitcherexp; import android.content.Context; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import android.widget.Gallery; impo... (more)
category: Android | clicked: 13 | comment | | source: androidimran.blogspot.in
tags: Android ImageSwitcher Example
1
Ups

Data Picker in Android Application

published 284 days, 18 hours, 55 minutes ago posted by Rohit001Rohit001 286 days, 2 hours, 57 minutes ago
Tuesday, August 07, 2012 1:47:42 PM GMT Monday, August 06, 2012 5:45:12 AM GMT
Article    C#    ADO.Net    .NET    ASP.Net & Web Forms    Custom Controls    Web Development    Exception Handling    XML    Database    Security in .Net    Testing    Web Services    ... (more)
category: Android | clicked: 2 | comment | | source: mindstick.com
tags: Data Picker in Android Application
1
Ups

Casting and getting values from date picker and time picker in android - Stack Overflow

published 284 days, 18 hours, 55 minutes ago posted by Rohit001Rohit001 286 days, 2 hours, 58 minutes ago
Tuesday, August 07, 2012 1:47:42 PM GMT Monday, August 06, 2012 5:44:05 AM GMT
up vote6down votefavorite1 I have a date picker and a time picker in my app. Can anyone tell me how to get the values of the date and time that are selected??? What i mean to say is, for EditText we can declare as final EditText Name = (EditText) this.findViewById(R.id.nametext); and we can cast the data of it by using Name.getText().toString(). So similarly how can we get the values of date picker and time picker to a string???androidshare|improve this questionedited Apr 7 '10 at 13:09Daniel Lew 2... (more)
category: Android | clicked: 3 | comment | | source: stackoverflow.com
tags: Casting and getting values from date picker and time picker
1
Ups

Android ListView and custom adapter Tutorial

published 284 days, 18 hours, 55 minutes ago posted by Rohit001Rohit001 286 days, 3 hours ago
Tuesday, August 07, 2012 1:47:42 PM GMT Monday, August 06, 2012 5:42:23 AM GMT
Introduction This tutorial will show you how to use ListView to display selectable lists of non trivial data, using complex cell renderers. The ListView is a selectable list. You can attach a variety of data models to it and load different display layouts (cell renderers). You can create your own model and cell renderer. This model-view combo is called an Adapter. In this tutorial, I will show you how to extend create your own Adapter from scratch, and create your own cell renderers from scratch as well... (more)
category: Android | clicked: 6 | comment | | source: developerlife.com
tags: Android ListView and custom adapter Tutorial
1
Ups

Android ListView Tutorial

published 284 days, 18 hours, 55 minutes ago posted by Rohit001Rohit001 286 days, 3 hours, 1 minute ago
Tuesday, August 07, 2012 1:47:42 PM GMT Monday, August 06, 2012 5:41:38 AM GMT
Request TutorialName:Email:Request:  Home Downloads All TutorialsTweet  1 responseTweet Delicious In this tutorial i will be demonstrating how to build simple android ListView. This article is about creating listview and launching new activity on selecting single list item. Below is screenshot of final output Let’s get start by creating... (more)
category: Android | clicked: 4 | comment | | source: www.androidhive.info
tags: Android ListView Tutorial
1
Ups

GridView sample program in Android

published 284 days, 18 hours, 55 minutes ago posted by Rohit001Rohit001 286 days, 3 hours, 2 minutes ago
Tuesday, August 07, 2012 1:47:42 PM GMT Monday, August 06, 2012 5:40:55 AM GMT
By: Ashley Emailed: 123 times Printed: 125 times   Latest commentsBy: Naasik - You have mentioned that By: naresh - GOOD FOR BIGGENERSBy: Hariharan - thank you man.By: Abhikumar.M - In the above program, theBy: anu - werst program out put nt By: Ranjitha - Its awesomeBy: sa - import java.io.File; impBy: david billa - "THIS IS SAMPLE EXMPLE!!!By: Sudhanshu - Nice article... This sample android program shows you how to use GridView in Android. In this program a list is shown as a grid. When you clic... (more)
category: Android | clicked: 3 | comment | | source: www.java-samples.com
tags: GridView sample program in Android
1
Ups

Editing TextView from EditText on Button click - Android Forums

published 284 days, 18 hours, 55 minutes ago posted by Rohit001Rohit001 286 days, 3 hours, 3 minutes ago
Tuesday, August 07, 2012 1:47:42 PM GMT Monday, August 06, 2012 5:39:37 AM GMT
AndroidiPhone / iPadWindowsrssyoutubefacebooktwittergoogleplusAboutContactSend News Tips!HomeCarriersAll CarriersCarrier CoverageDownload the Carrier Coverage AppRecent Carrier NewsMotorola Corvair comes back to the rumor mill after alm...Menu button issue to be fixed for all HTC One X and HTC...Crazy Deals: HTC One X for $80 and Samsung Galaxy S3 fo...AT&T to power down 2G network by 2017Benchmark scores confirms Tegra 3 for T-Mobile’s ...PhonesAll PhonesBest PhonesAvailable PhonesUpcoming PhonesRum... (more)
category: Android | clicked: 7 | comment | | source: androidforums.com
tags: TextView from EditText on Button click
1
Ups

Android textbox example

published 284 days, 18 hours, 55 minutes ago posted by Rohit001Rohit001 286 days, 3 hours, 4 minutes ago
Tuesday, August 07, 2012 1:47:42 PM GMT Monday, August 06, 2012 5:38:48 AM GMT
In Android, you can use “EditText” class to create an editable textbox to accept user input. This tutorial show you how to create a textbox in XML file, and demonstrates the use of key listener to display message typed in the textbox. P.S This project is developed in Eclipse, and tested with Android 2.3.3.1. EditText Open “res/layout/main.xml” file, add a “EditText” component. File : res/layout/main.xmlwidth="fillp... (more)
category: Android | clicked: 4 | comment | | source: www.mkyong.com
tags: Android textbox example
1
Ups

Android-er: Edit row in SQLite database using SQLiteDatabase.update().

published 284 days, 18 hours, 55 minutes ago posted by Rohit001Rohit001 286 days, 3 hours, 7 minutes ago
Tuesday, August 07, 2012 1:47:42 PM GMT Monday, August 06, 2012 5:35:47 AM GMT
update() of SQLiteDatabase class provide convenience method for updating rows in the database. Further work on last exercise "Delete row in SQLite database". Modify SQLiteAdapter.java to implement update_byID() method. package com.exercise.AndroidSQLite; import android.content.ContentValues; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import android.database.sqlite.SQLite... (more)
category: Android | clicked: 1 | comment | | source: android-er.blogspot.in
tags: Edit row in SQLite database using SQLite
1
Ups

How to update rows in Table layout (Android forum at JavaRanch)

published 284 days, 18 hours, 55 minutes ago posted by Rohit001Rohit001 286 days, 3 hours, 8 minutes ago
Tuesday, August 07, 2012 1:47:42 PM GMT Monday, August 06, 2012 5:34:12 AM GMT
A friendly place for programming greenhorns! Big Moose Saloon  Search | Java FAQ | Recent Topics Register / Login JavaRanch » Java Forums » Mobile » AndroidAuthorPramod P Deore Ranch Hand Joined: Jul 15, 2008 Posts: 624 I like... posted 0 Hi all in my application I had ... (more)
category: Android | clicked: 2 | comment | | source: www.coderanch.com
tags: How to update rows in Table layout
1
Ups

Android SQLite : Insert, Update, Delete and Display Data. | SP Technolab Blog

published 284 days, 18 hours, 55 minutes ago posted by Rohit001Rohit001 286 days, 3 hours, 12 minutes ago
Tuesday, August 07, 2012 1:47:42 PM GMT Monday, August 06, 2012 5:30:57 AM GMT
« Android Countdown Timer Android : Load Image from Url » Mar02Categories: Android, Mysql by bhargav[Translate] Database is important thing in programming. Many of our code always use data to be processed and saved. Just like any other programming environment, Android support database programming too. You can use default database supported by android, SQLiteDatabase. So, in this tutotial we are going to create database and making table in database. After that we will perform operation lik... (more)
category: Android | clicked: 10 | comment | | source: blog.sptechnolab.com
tags: Android SQLite : Insert, Delete and Display Data, Update
1
Ups

sqlite - How to update table schema after an app upgrade on Android? - Stack Overflow

published 285 days, 23 hours, 13 minutes ago posted by Rohit001Rohit001 286 days, 3 hours, 13 minutes ago
Monday, August 06, 2012 9:29:44 AM GMT Monday, August 06, 2012 5:29:12 AM GMT
up vote3down votefavorite1 I have an unfinished application, but I want to address now the future update of it. Suppose my app was upgraded, so when starts, detects that the database schema is outdated. So for each table has to update according to version number to the new schema while preserving all data. I've read somewhere that on Android the SQLite database have some version number, and auto update stuff, but I didn't found an example for this specific issue. How can this be accomplished on an An... (more)
category: Android | clicked: 1 | comment | | source: stackoverflow.com
tags: sqlite Update table Android
1
Ups

how to create database in android

published 285 days, 23 hours, 13 minutes ago posted by Rohit001Rohit001 286 days, 3 hours, 15 minutes ago
Monday, August 06, 2012 9:29:44 AM GMT Monday, August 06, 2012 5:27:56 AM GMT
Create a database in android (more)
category: Android | clicked: 2 | comment | | source: yajukumar.wordpress.com
tags: how to create database in android
Previous 1 2 3 Next