[android-developers] Re: hi

2009-03-14 Thread Dan Raaka

This code ..
http://android.git.kernel.org/?p=platform/packages/apps/Launcher.git;a=blob_plain;f=src/com/android/launcher/Utilities.java;hb=HEAD
should help .. look for createBitmapThumbnail

-Dan

On Mar 12, 10:44 pm, Nithin  wrote:
>   HI...
>           I want to resize the image dynamically before i set the
> background of the Image button... If there is any method .?
>
> Thanks in advance
>    Nithin
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: hi

2009-03-15 Thread Nithin


k... But if  have array of thumbnils... How can reduce the size of all
thumbnils before displaying in Image button?

 Thanks in advance
    Nithin
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: hi

2009-03-16 Thread dan raaka
Do you want to display multiple thumbnails on a single image button ?

-Dan

On Sun, Mar 15, 2009 at 9:52 PM, Nithin  wrote:

>
>
> k... But if  have array of thumbnils... How can reduce the size of all
> thumbnils before displaying in Image button?
>
>  Thanks in advance
> Nithin
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: hi

2009-03-16 Thread Nithin Varamballi
No...Sir... I have 8 Image button... The thumbnails  are  stored in
Integer  array...  and hight and width of thumbnails are different...  that
is  Each  thumbnails have different size How can i resize like (80x60)
of all thumbnails that are stored in array before displaying in Image
Button...

Thanks
Nithin

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Hi

2009-10-23 Thread Jeff Sharkey

Nope, APPWIDGET_PICK is the only way to bind widgets.  You can insert
custom widgets into that list using CUSTOM_INFO and CUSTOM_EXTRAS, but
you can't change the layout of that dialog.

Also, making a "visual" list of widgets may not work for widgets with
a configuration step, if their initialLayout isn't descriptive.

j

On Tue, Oct 6, 2009 at 1:20 AM, Jackie  wrote:
>
>  I am trying to create a Home application that contains AppWidgets.
>
> Can I make a own AppWidgets list layout that includes
> AppWidgetHostView without APPWIDGET_PICK intent?
>
> I mean I wanna make a visual AppWidget list.
>
> Actualy I made it, but i couldn't start AppWidget some like Music
> widget.
>
> I think it does not contain a intent. How can I get the AppWidgets
> intent ?
>
>
> >
>



-- 
Jeff Sharkey
jshar...@android.com

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: hi

2013-01-08 Thread Jonathan S
If those data provided by SQLite database? If yes, SQLiteDatabase has query 
methods that you can use for sort by.

On Wednesday, January 9, 2013 12:29:33 AM UTC-5, sree wrote:
>
> Hi friends,
> In android which Sorting technique is better.
> In Above image i wanna(want) to sort on Priority(High,Normal,Low).
> first display high after Normal,then low.
> how ,anybody share a snippet of code and suggession.
> Please it is urgent for me.
>
>
> Thank you in advance.
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: hi

2013-01-08 Thread skink


sree android wrote:
> Hi friends,
> In android which Sorting technique is better.
> In Above image i wanna(want) to sort on Priority(High,Normal,Low).
> first display high after Normal,then low.
> how ,anybody share a snippet of code and suggession.
> Please it is urgent for me.
>
>
> Thank you in advance.

if you use sqlite db to populate your adapter see:

http://developer.android.com/reference/android/database/sqlite/SQLiteDatabase.html#query(java.lang.String,
java.lang.String[], java.lang.String, java.lang.String[],
java.lang.String, java.lang.String, java.lang.String,
java.lang.String)

note orderBy parameter

otherwise you have to sort your adapter content. by yourself

pskink

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Hi..

2013-02-13 Thread skink


Ibrahim Sada wrote:
> Hi Guys I cannot run jar file..

yes, you cannot run jar file

pskink

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] Re: Hi

2012-03-12 Thread Incredible
That can be handled through javascript written in your html code. That
javascriopt can be intercepted by your android code.



On Mar 12, 2:39 pm, chowdary nani  wrote:
> Hi all,
>
> I am working on loading URL in web view in android.
> i am able to load the gmail URL in web view
> when i entered email and password and click login button
> i need to read the response
> can any one help me in handling the button clicks in HTML
> Please help me in solving this .
>
> Thanks
> Naveen

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Hi

2012-03-13 Thread moktarul anam
Hi, 

r u using gmail.com or hav created ur own site and calling gmail api ?

Moktarul 

On Monday, 12 March 2012 15:09:40 UTC+5:30, chowdary nani wrote:
>
> Hi all,
>
>
> I am working on loading URL in web view in android.
> i am able to load the gmail URL in web view
> when i entered email and password and click login button 
> i need to read the response 
> can any one help me in handling the button clicks in HTML
> Please help me in solving this .
>
> Thanks
> Naveen
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: HI

2012-01-04 Thread am.fraga.led
Welcome!

There are a lot of sources where you can get basic tutorials about
Android (books, blogs, ...)  but all of them are based on the best one
you can study:
http://developer.android.com/

as Nerendra indicated above. This is the official site and the
information is always updated.

So, take a view of the different sections of that site and enjoy!




On 4 ene, 11:46, Narendra Bagade  wrote:
> please referhttp://developer.android.com/index.html
>
> On Tue, Jan 3, 2012 at 8:35 AM, Yuri Andrade Rodrigues 
>
>
>
>
> > wrote:
> > Hello,
>
> > I'm Yuri and I'm brasilian, I study Eletric Engeenir.
> > I'm starting with OS Android and I was worked with little Linux,
> > I would like to learn of create app for mobile OS.
>
> > Thanks for all
>
> > Best Regards
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Android Developers" group.
> > To post to this group, send email to android-developers@googlegroups.com
> > To unsubscribe from this group, send email to
> > android-developers+unsubscr...@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
>
> --
> Regards,
> Narendra
> .- Ocultar texto de la cita -
>
> - Mostrar texto de la cita -

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: hi

2012-01-10 Thread skink


chowdary nani wrote:
> Hi All,
> I am working with json parsing
> Following is my json object will please any one help me how to parse id
> from that object in android
>
> {"data":[{"id":"38314877099_10150452362217100"}]}
>
>
> Thanks
> Naveen

http://developer.android.com/reference/org/json/JSONObject.html

pskink

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: hi

2012-01-10 Thread Robin Thapa
Glad it helped you but that piece of code is not helping me,
I have an error which says "A JSONObject text must beging with {".

Its funny though.

On Jan 10, 5:03 pm, chowdary nani  wrote:
> Hi Robinns
>
> Thanks for your help
> thanks for response.
> your code help me a lot
>
>
>
>
>
>
>
> On Tue, Jan 10, 2012 at 5:25 PM, Robinns  wrote:
> > private void parseJson(String j){
> >   JSONObject jObj = new JSONObject(j);
> >  JSONArray jArray - jObj.getJSONArray("data");
> > for(int i=0;i >        JSONObject post = jArray.getJSONObject(i);
> >       System.out.print(post.getString("id"));
> > }
>
> > }
>
> > Hope it helps
>
> > On Tue, Jan 10, 2012 at 5:33 PM, chowdary nani 
> > wrote:
>
> >> Hi All,
> >> I am working with json parsing
> >> Following is my json object will please any one help me how to parse id
> >> from that object in android
>
> >> {"data":[{"id":"38314877099_10150452362217100"}]}
>
> >> Thanks
> >> Naveen
>
> >>  --
> >> You received this message because you are subscribed to the Google
> >> Groups "Android Developers" group.>> To post to this group, send email 
> >> toandroid-develop...@googlegroups.com
> >> To unsubscribe from this group, send email 
> >> to>>android-developers+unsubscr...@googlegroups.com
> >> For more options, visit this group at
> >>http://groups.google.com/group/android-developers?hl=en
>
> > --
> > Robin
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Android Developers" group.> To post to this group, send email 
> > toandroid-develop...@googlegroups.com
> > To unsubscribe from this group, send email 
> > to>android-developers+unsubscr...@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: hi

2012-02-16 Thread Seshu
Hi Naveen,
 See this code and pass the parameters bitmap and round i.e., by how
much rounded u want...

private static Bitmap getRoundedCornerImage(Bitmap src, float round) {
// TODO Auto-generated method stub
int width = src.getWidth();
int height = src.getHeight();
// create bitmap output
Bitmap result = Bitmap.createBitmap(width, height,
Config.ARGB_);
// set canvas for painting
Canvas canvas = new Canvas(result);
canvas.drawARGB(0, 0, 0, 0);

// config paint
final Paint paint = new Paint();
paint.setAntiAlias(true);
paint.setColor(Color.BLACK);

// config rectangle for embedding
final Rect rect = new Rect(0, 0, width, height);
final RectF rectF = new RectF(rect);

// draw rect to canvas
canvas.drawRoundRect(rectF, round, round, paint);

// create Xfer mode
paint.setXfermode(new PorterDuffXfermode(Mode.SRC_IN));
// draw source image to canvas
canvas.drawBitmap(src, rect, rect, paint);

// return final image
return result;
}



On Feb 16, 1:58 pm, chowdary nani  wrote:
> Hi all,
> I am working on displaying the image in rounded corner image view
> when i used to drag the image the image is coming out of the borders and
> displaying in rectangle
> please help me
>
> Thanks
> Naveen.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: hi

2012-08-24 Thread bob
 

That's not a valid URL.  It needs to be something like .mp4.

On Friday, August 24, 2012 3:35:04 AM UTC-5, sree wrote:
>
> hi friends i would like to play video from url (you tube video) in my 
> app,t tried it but it cant play,any one help me.
> this is my code
>
>
>
> package com.aiss;
>
> import android.app.Activity;
> import android.net.Uri;
> import android.os.Bundle;
> import android.widget.MediaController;
> import android.widget.VideoView;
>
> public class KakadAarathiActivity extends Activity {
> /** Called when the activity is first created. */
> String srcPath="http://youtu.be/dhCdd9RKMcw";;
> @Override
> public void onCreate(Bundle savedInstanceState) {
> super.onCreate(savedInstanceState);
> setContentView(R.layout.main);
> 
> VideoView vv=(VideoView)findViewById(R.id.kakadvideo);
> vv.setMediaController(new MediaController(this));
> vv.setVideoURI(Uri.parse(srcPath));
> vv.start();
> }
> }
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: hi

2012-08-27 Thread bob
You must register to be able to distribute your products through Google 
Play. There is a one time $25 registration fee.

Once you've registered, it's easy to upload your application to Google 
Play. From the home screen of the Developer 
Console, 
select "Upload Applications."

On Monday, August 27, 2012 9:07:14 AM UTC-5, sree wrote:
>
> hi
> how to post my app into google play,
> plz send procedure for that
> step by step plz
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: hi

2011-12-18 Thread Ali Chousein
Come-on guys, what a silly question being asked in this list lately?
You want to become an Android developer? Install the necessary tools
(you can find all information here http://developer.android.com/sdk/index.html)
and get started by implementing your "Hello World" program. You want
to swim my friend? You need to jump into the pool, whether you have
ever swum before or not. That's the way you become software
developer!

-
Ali Chousein
Weather-Buddy
http://weatherbuddy.blogspot.com | http://twitter.com/weather_buddy
Geo-Filtered Assistant
http://geo-filtered-assistant.blogspot.com
https://marketplace.cisco.com/apphq/products/994

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: hi

2011-12-18 Thread Mark Ayers
Agreed. Take the jump, buy a book on Android development, go through it, 
ask us if you need help.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: hi

2012-09-13 Thread Lew
jesweer wrote:

> public class loginactivity extends Activity{
>

Java coding conventions call for type names to be spelled in camel case 
with 
an initial upper-case letter.

@Override
>

It's rather a bad idea to indent online code with TAB characters. Use 4 
spaces (or 3 or 2) 
per indent level.
 

> protected void onCreate(Bundle savedInstanceState) {
> // TODO Auto-generated method stub
> super.onCreate(savedInstanceState);
> setContentView(R.layout.activity_main);
> Log.e("oncreate", "inside oncreate");
>

This is not an error and you should not log it as such.
 

> final EditText userid = (EditText) findViewById(R.id.userid);
> final EditText userpassword = (EditText) 
> findViewById(R.id.userpassword);
> Button b1 = (Button) findViewById(R.id.button1);
> b1.setOnClickListener(new OnClickListener(){
>
> public void onClick(View v) {
> Log.e("onclick","inside onclick"); 
>

This is not an error and you should not log it as such.
 

> String username = userid.getText().toString();
> String password = userpassword.getText().toString();
> try{
> Log.e("try","inside try");
>

This is not an error and you should not log it as such.
 

> if(username.length() > 0 && password.length() >0)
> {
> DatabaseAdapter dbUser = new DatabaseAdapter(loginactivity.this);
> dbUser.open();
> Log.e("if", "inside if loop");
>

This is not an error and you should not log it as such.
 

> if(dbUser.Login(username, password))
> {
> Toast.makeText(loginactivity.this,"Successfully Logged In", 
> Toast.LENGTH_LONG).show();
> }else{
> Toast.makeText(loginactivity.this,"Invalid Username/Password", 
> Toast.LENGTH_LONG).show();
> }
> dbUser.close();
> }
>  }catch(Exception e)
> {
> Toast.makeText(loginactivity.this,e.getMessage(), 
> Toast.LENGTH_LONG).show();
>

This is an error and you should log it as such.
 

> }
> }
>  });
>  }
> }
>
>
>
>
> package com.example.mylogin;
>
> import android.content.ContentValues;
> import android.content.Context;
> import android.database.Cursor;
> import android.database.SQLException;
> import android.database.sqlite.SQLiteDatabase;
> import android.database.sqlite.SQLiteOpenHelper;
> import android.util.Log;
>
> public class DatabaseAdapter{
> public static final String KEY_ROWID = "_id";
> public static final String KEY_USERNAME = "username";
> public static final String KEY_PASSWORD = "password";
> private static final String TAG = "DBAdapter";
>
> private static final String DATABASE_NAME = "usersdb";
> private static final String DATABASE_TABLE = "users";
> private static final int DATABASE_VERSION = 1;
>
> private static final String DATABASE_CREATE = "create table users (_id 
> integer primary key autoincrement, "
> + "username text not null, " + "password text not null);";
>
> private Context context = null;
>

Member variables are already initialized to 'null'. This initialization is 
redundant. Especially since you 
don't use the result. 'context' should be 'final'.
 

> private DatabaseHelper DBHelper;
>

Java coding conventions call for variable and method names to be spelled in 
camel case 
with an initial lower-case letter, except for constant variables.

This variable should be 'final'.
 

> private SQLiteDatabase db;
>
> public DatabaseAdapter(Context ctx) {
> this.context = ctx;
> DBHelper = new DatabaseHelper(context);
> }
>
> public static class DatabaseHelper extends SQLiteOpenHelper {
> DatabaseHelper(Context context) {
>  super(context, DATABASE_NAME, null, DATABASE_VERSION);
> }
>
> public void onCreate(SQLiteDatabase db) {
> db.execSQL(DATABASE_CREATE);
> }
>
> public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) {
> Log.w(TAG, "Upgrading database from version " + oldVersion + " to "
> + newVersion + ", which will destroy all old data");
> db.execSQL("DROP TABLE IF EXISTS users");
> onCreate(db);
> }
> }
>
> public boolean Login(String username, String password) 
>

Don't forget to use Javadocs in real life.
 

> {
> Cursor mCursor = db.rawQuery("SELECT * FROM " + DATABASE_TABLE
> + " WHERE username=? AND password=?", new String[] { username,
> password }); 
>
if (mCursor != null) {
> if (mCursor.getCount() > 0) 
> {
> return true;
> }
> }
>

Indentation.
 

>
> return false;
> }
>
> public void open() throws SQLException {
> db = DBHelper.getWritableDatabase(); 
>
}
>
> public void close() throws SQLException {
> DBHelper.close();
> }
>
> public long AddUser(String username, String password) {
> ContentValues initialValues = new ContentValues();
> initialValues.put(KEY_USERNAME, username);
> initialValues.put(KEY_PASSWORD, password);
> return db.insert(DATABASE_TABLE, null, initialValues);
>
> }
> }
>
> i'm [sic] having problem with this program please help me
>

What is the nature of your problem?

-- 
Lew
 

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-develope

[android-developers] Re: hi

2012-09-13 Thread bob
 

The problems with the code appear to be twofold:


1.  The comparison of the username and password is case-sensitive, which it 
probably shouldn't be (*maybe* for password, probably not for username)


2.  The passwords are stored insecurely in the database, whereas an MD5 
hash would be preferred.



On Tuesday, September 11, 2012 9:07:51 AM UTC-5, jesweer wrote:
>
> public class loginactivity extends Activity{
>
> @Override
> protected void onCreate(Bundle savedInstanceState) {
> // TODO Auto-generated method stub
> super.onCreate(savedInstanceState);
> setContentView(R.layout.activity_main);
> Log.e("oncreate", "inside oncreate");
>  final EditText userid = (EditText) findViewById(R.id.userid);
> final EditText userpassword = (EditText) 
> findViewById(R.id.userpassword);
> Button b1 = (Button) findViewById(R.id.button1);
> b1.setOnClickListener(new OnClickListener(){
>
> public void onClick(View v) {
> Log.e("onclick","inside onclick"); 
> String username = userid.getText().toString();
> String password = userpassword.getText().toString();
> try{
> Log.e("try","inside try");
> if(username.length() > 0 && password.length() >0)
> {
> DatabaseAdapter dbUser = new DatabaseAdapter(loginactivity.this);
> dbUser.open();
> Log.e("if", "inside if loop");
> if(dbUser.Login(username, password))
> {
> Toast.makeText(loginactivity.this,"Successfully Logged In", 
> Toast.LENGTH_LONG).show();
> }else{
> Toast.makeText(loginactivity.this,"Invalid Username/Password", 
> Toast.LENGTH_LONG).show();
> }
> dbUser.close();
> }
>  }catch(Exception e)
> {
> Toast.makeText(loginactivity.this,e.getMessage(), 
> Toast.LENGTH_LONG).show();
> }
> }
>  });
>  }
> }
>
>
>
>
> package com.example.mylogin;
>
> import android.content.ContentValues;
> import android.content.Context;
> import android.database.Cursor;
> import android.database.SQLException;
> import android.database.sqlite.SQLiteDatabase;
> import android.database.sqlite.SQLiteOpenHelper;
> import android.util.Log;
>
>
>
> public class DatabaseAdapter{
> public static final String KEY_ROWID = "_id";
> public static final String KEY_USERNAME = "username";
> public static final String KEY_PASSWORD = "password";
> private static final String TAG = "DBAdapter";
>
> private static final String DATABASE_NAME = "usersdb";
> private static final String DATABASE_TABLE = "users";
> private static final int DATABASE_VERSION = 1;
>
> private static final String DATABASE_CREATE = "create table users (_id 
> integer primary key autoincrement, "
> + "username text not null, " + "password text not null);";
>
> private Context context = null;
> private DatabaseHelper DBHelper;
> private SQLiteDatabase db;
>
> public DatabaseAdapter(Context ctx) {
> this.context = ctx;
> DBHelper = new DatabaseHelper(context);
> }
>
> public static class DatabaseHelper extends SQLiteOpenHelper {
> DatabaseHelper(Context context) {
>  super(context, DATABASE_NAME, null, DATABASE_VERSION);
> }
>
> public void onCreate(SQLiteDatabase db) {
> db.execSQL(DATABASE_CREATE);
> }
>
> public void onUpgrade(SQLiteDatabase db, int oldVersion, int newVersion) {
> Log.w(TAG, "Upgrading database from version " + oldVersion + " to "
> + newVersion + ", which will destroy all old data");
> db.execSQL("DROP TABLE IF EXISTS users");
> onCreate(db);
> }
> }
>
> public boolean Login(String username, String password) 
> {
> Cursor mCursor = db.rawQuery("SELECT * FROM " + DATABASE_TABLE
> + " WHERE username=? AND password=?", new String[] { username,
> password });
> if (mCursor != null) {
> if (mCursor.getCount() > 0) 
> {
> return true;
> }
> }
>
> return false;
> }
>
> public void open() throws SQLException {
> db = DBHelper.getWritableDatabase();
> }
>
> public void close() throws SQLException {
> DBHelper.close();
> }
>
> public long AddUser(String username, String password) {
> ContentValues initialValues = new ContentValues();
> initialValues.put(KEY_USERNAME, username);
> initialValues.put(KEY_PASSWORD, password);
> return db.insert(DATABASE_TABLE, null, initialValues);
>
> }
> }
>
>
>
>
> i'm having problem with this program please help me
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: hi

2012-09-13 Thread Lew
bob wrote:
>
> The problems with the code appear to be twofold:
>
> 1.  The comparison of the username and password is case-sensitive, which 
> it probably shouldn't be (*maybe* for password, probably not for username)
>

That's not true. Usernames are often and commonly case sensitive. Passwords 
most certainly should be case sensitive! 
Ignore this advice.

It's up to the application whether usernames or passwords should be case 
sensitive, though 
it is often to be preferred. You can't tell the OP that this is a problem 
because obviously it 
conforms to their requirement.

> 2.  The passwords are stored insecurely in the database, whereas an MD5 
hash would be preferred.

You speak of security after recommending case-insensitive passwords? Make 
up your mind!

Insecure storage might suffice on device. Physical security of the device 
is far more an issue.

Even if the passwords were stored by your standard of "security", having 
the device 

in your hand means you have access to the functionality protected by the 
password.

How much hashing the password will help is debatable. Probably still a good 
idea, 

but hardly a major problem with the OP's code at this stage.

-- 

Lew


-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: hi

2012-09-21 Thread Chance Sanders
See:  
http://www.androidhive.info/2012/09/android-twitter-oauth-connect-tutorial/ 

And the other social media tutorials/examples.

You can also use AQuery that has a ton of very nice features for the social 
networks:  http://code.google.com/p/android-query/wiki/Authentication 

I highly recommend AQuery/android-query.



On Thursday, September 20, 2012 11:08:03 PM UTC-5, sree wrote:
>
> hi friends
> i would like to share my app to social networks with share button any one 
> help with code.
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: hi...

2012-10-01 Thread RichardC
See the Notepad sample in the SDK:
android-sdk\samples\android-16\NotePad

On Monday, October 1, 2012 7:59:59 AM UTC+1, Ibrahim wrote:
>
> Hi Dear.
>Can any one help me out how to store and retrive data in sqlite db in 
> android
>   Thanx in advance..
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: hi

2012-10-02 Thread bob
SharedPreferences mySharedPreferences = getSharedPreferences( 
MY_PREFS,Activity.MODE_PRIVATE); 

Shared Preferences are stored within the application's sandbox, so they can 
be shared between an application's components but aren't available to other 
applications. To modify a Shared Preference, use the 
SharedPreferences.Editor class. Get the Editor object by calling edit on 
the Shared Preferences object you want to change. 

SharedPreferences.Editor editor = mySharedPreferences.edit();
 Use the put < type > methods to insert or update the values associated 
with the specified name: // Store new primitive types in the shared 
preferences object. 
editor.putBoolean(" isTrue", true); 
editor.putFloat(" lastFloat", 1f); 
editor.putInt(" wholeNumber", 2); 
editor.putLong(" aNumber", 3l); 
editor.putString(" textEntryValue", "Not Empty"); 
To save edits, call apply or commit on the Editor object to save the 
changes asynchronously or synchronously, respectively. // Commit the 
changes.

Meier, Reto (2012-04-05). Professional Android 4 Application Development 
(Wrox Professional Guides) (Kindle Locations 5914-5928). John Wiley and 
Sons. Kindle Edition. 

On Tuesday, October 2, 2012 5:35:40 AM UTC-5, sree wrote:
>
> hi friends i would like store settings using sharedpreferences in my 
> app,help any one with code.thank you.
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: hi...

2012-10-03 Thread Mike
You can also checkout the guide on the Android Developer's website. 
http://developer.android.com/guide/topics/data/data-storage.html#db

On Monday, October 1, 2012 2:59:59 AM UTC-4, Ibrahim wrote:
>
> Hi Dear.
>Can any one help me out how to store and retrive data in sqlite db in 
> android
>   Thanx in advance..
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: hi

2012-10-17 Thread bob
Tutorial: Developing a Quiz App on 
Android


http://maxood-android-corner.blogspot.com/2010/08/developing-quiz-app-on-android.html



On Tuesday, October 16, 2012 7:04:52 AM UTC-5, bahmani iman wrote:
>
> hi friend i study android programing i have a question how to i can a app 
> for education for example have quiz and learning and ... please everyone 
> can help me answer my question
> thanks
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: hi.

2012-11-28 Thread bob
 

The original APKs seem to be located in the /data/app directory.



On Wednesday, November 28, 2012 6:52:41 AM UTC-6, Ibrahim wrote:
>
>  Hi Friends i want to know where the installed file is located on android 
> phones.
>Thanks in advance..
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Hi

2009-02-09 Thread Gulfam

Welcome

On Feb 9, 10:10 am, Dilli  wrote:
> New join
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Hi..

2013-07-01 Thread Ibrahim Sada
Or Android Device Work As Server...
Please Help me Guys...

On 1 July 2013 17:55, Ibrahim Sada  wrote:

> Hi Friends..
> I Need Help Friends..
> I Need To Run Emulator As A Server ..
> I Am Not Able To Do...
> Give Me Some Idea Friends...
> Thanks...
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] Re: Hi..

2013-07-01 Thread RichardC
Define "Server"

On Monday, July 1, 2013 1:43:35 PM UTC+1, Ibrahim wrote:
>
> Or Android Device Work As Server...
> Please Help me Guys...
>
> On 1 July 2013 17:55, Ibrahim Sada >wrote:
>
>> Hi Friends..
>> I Need Help Friends..
>> I Need To Run Emulator As A Server ..
>> I Am Not Able To Do...
>> Give Me Some Idea Friends...
>> Thanks...
>>
>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




[android-developers] Re: Hi

2011-02-15 Thread Russell DuRoss
http://developer.android.com/index.html

On Feb 14, 2:56 am, Mohamed Zubair 
wrote:
> Hi,
>
>       Am beginner to android.Please provide the beginners reference
> link to me.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: hi

2010-07-22 Thread DanH
Best book I've found to date is "Pro Android 2" by Sayed Hashimi,
Satya Komatineni, and Dave MacLean.  Just through the first couple of
chapters, but it gives much more in-depth background on the platform
than other books and references I've checked.

Of course, you need to know Java pretty well, too, to be very good at
Android development.  And a smattering of XML is good.

On Jul 22, 8:06 am, Raineesh Pereira  wrote:
> Need some good stuff to learn Android... Am a new Android Developer...

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: hi

2010-07-23 Thread NightGospel
I agree with Frank to read the android official documentation first.
After finishing it, you will be familiar with android main concepts
and android application design guidelines. It's much helpful.

NightGospel

On 7月23日, 上午7時01分, Frank Weiss  wrote:
> Then go to the documentationhttp://developer.android.com

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: hi

2010-07-25 Thread Tim
Dear Raineesh,

You may wish to consider another approach to Android development such
as our MobiForms rapid application development tool.

MobiForms is the world's first rapid application development tool
designed for Google Android smartphones. Additionally MobiForms apps
will run on other platforms such as Windows Mobile without any
changes.

With MobiForms there is no need to download and learn Eclipse, the
Android SDK, Java or XML. MobiForms offers one compact tool for
development and deployment with most programming done with drag and
drop.

MobiForms is ideal for creating database orientated business apps.
Apps that would traditionally take hours or days to create can be
generated in minutes with MobiForms.

For more information please have a look at http://www.mobiforms.com

You may be interested to learn that we have also recently added Google
Android support for our MobiForms Sync Server. This enables online
synchronisation and offline database buffering for apps where
connectivity may not be guaranteed such as for Field Service, Surveys
and Risk Assessments.

Kind regards,

Tim @ MobiForms

Raineesh Pereira wrote:
> Need some good stuff to learn Android... Am a new Android Developer...

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: HI

2011-03-20 Thread Lance Nanek
Either the pairing dialog, or the pairing notification, pop up
automatically when you try to connect to an unpaired device. It would
be nice if I could force the dialog version, though.

On Mar 11, 5:28 pm, Michael Elmsly  wrote:
> Technically it is the platforms fault.  OK - so the spec requires pairing
> and for security reasons you always want the user to be responsible for that
> (no autopairing or hidden pairing of devices).  Since this means you can't
> allow apps to control pairing the logical thing to do is open the bluetooth
> pairing activity via a public intent so that developers can request pairing
> with a device while still having the security and UI managed by the android
> platform to protect the users.
>
> Seems fairly obvious to me or am I being unreasonable?
>
> Mike
>
> On Fri, Mar 11, 2011 at 8:12 PM, Kristopher Micinski 
> > wrote:
> > (But of course, having to pair isn't the Android platform's fault, it's
> > just 802.15.1 in general :-).
>
> > Kris
>
> > On Fri, Mar 11, 2011 at 2:00 AM, Kristopher Micinski <
> > krismicin...@gmail.com> wrote:
>
> >> P.s.,
>
> >> Bluetooth API support seems to be not that amazingly great, and you have
> >> to pair the phones first, which is annoying. (People always have to pair
> >> before playing your game!). Can you fake it using TCP/IP?
>
> >> Kris
>
> >> On Thu, Mar 10, 2011 at 1:47 AM, Marcin Orlowski <
> >> webnet.andr...@gmail.com> wrote:
>
> >>> On 8 March 2011 19:40, bhaskar bommala  wrote:
> >>> > Hi I am new to the android development , i need to access 2 android
> >>> devices
> >>> > as remote devices each other via bluetooth..
> >>> > for example if i press the 1 as input from device 1 that should appear
> >>> on
> >>> > device 2 ..
>
> >>> See SDK samples. There's Bluetooth chat app there IIRC
>
> >>> --
> >>> Regards,
> >>> Marcin Orlowski
>
> >>> --
> >>> You received this message because you are subscribed to the Google
> >>> Groups "Android Developers" group.
> >>> To post to this group, send email to android-developers@googlegroups.com
> >>> To unsubscribe from this group, send email to
> >>> android-developers+unsubscr...@googlegroups.com
> >>> For more options, visit this group at
> >>>http://groups.google.com/group/android-developers?hl=en
>
> >  --
> > You received this message because you are subscribed to the Google
> > Groups "Android Developers" group.
> > To post to this group, send email to android-developers@googlegroups.com
> > To unsubscribe from this group, send email to
> > android-developers+unsubscr...@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: hi friends

2012-12-04 Thread bob
Please see this page:

http://developer.android.com/guide/topics/ui/layout/gridview.html

It describes what you want to do using resources.  You just need to modify 
it to use the SD card.



On Tuesday, December 4, 2012 4:06:17 AM UTC-6, sree wrote:
>
> help me.i would like to display images in gridview from sd card specific 
> folder.
> any body have any idea,give me please.
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: HI BROS

2013-01-01 Thread skink


sree android wrote:
> After takeing two one dimensional arrays, i prepared one two dimensional
> array.like this way
>
> String [ ][ ] taskoutput=new
> String[prioritynamearray.length][taskvaluesarray.length];
> then Loop is rotating like this way,
>
>
> for (int s = 0; s  for (int t = 0; t  taskoutput[s][t]=here how can i add above two values into 2d arrays.
> }
> }
>
>
> PLEASE SEND ME REPLAY.

i=s*prioritynamearray.length+t
taskoutput[s][t]=arr[i]

or

i=t*taskvaluesarray.length+s
taskoutput[s][t]=arr[i]

pskink

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: HI BROS

2013-01-01 Thread Lew
sree wrote:

> After takeing two one dimensional arrays, i prepared one two dimensional 
> array.like this way
>
> String [ ][ ] taskoutput=new 
> String[prioritynamearray.length][taskvaluesarray.length];
> then Loop is rotating like this way,
>
>
> for (int s = 0; s  for (int t = 0; t  taskoutput[s][t]=here how can i add above two values into 2d arrays.
>  }
> }
>
>
> PLEASE SEND ME REPLAY.
>

You don't need to keep posting the same question over and over. Did not the 
other answers
work for you? Have you replied to the questions in your other thread on 
this exact matter?

I spent a bit of time piecing together example code and links for you. Did 
any of that help?

-- 
Lew
 

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: HI BROS

2013-01-01 Thread Matt Kanninen
OP's post needs better subject line.  I was expecting a happy new year 
message.

On Tuesday, January 1, 2013 2:22:49 PM UTC-8, Lew wrote:
>
> sree wrote:
>
>> After takeing two one dimensional arrays, i prepared one two dimensional 
>> array.like this way
>>
>> String [ ][ ] taskoutput=new 
>> String[prioritynamearray.length][taskvaluesarray.length];
>> then Loop is rotating like this way,
>>
>>
>> for (int s = 0; s > for (int t = 0; t > taskoutput[s][t]=here how can i add above two values into 2d arrays.
>>  }
>> }
>>
>>
>> PLEASE SEND ME REPLAY.
>>
>
> You don't need to keep posting the same question over and over. Did not 
> the other answers
> work for you? Have you replied to the questions in your other thread on 
> this exact matter?
>
> I spent a bit of time piecing together example code and links for you. Did 
> any of that help?
>
> -- 
> Lew
>  
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: hi friends

2013-01-01 Thread Mariusz Fik
sree android wrote:

> Happy New Year to One And All.
> 
> Please suggest me,
> 
> The above attached image,How can i display that items.How can i add items
> particularly in Today or Tomarrow Textviews and also the line below of
> Today textview.
> Please send me replay with which concept is used and how.
> 
It's a ListView with sections.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: hi friends

2013-01-02 Thread skink


sree android wrote:
> Hi friends,
> The above attachment i prepared ListView with Sections,Here i need to call
> Custom Listview inside sections.It is posible or not.
> If it is possible how can i do.please give me stepts or any code links.
>
> thank you in advance.

what do you mean by "need to call Custom Listview inside sections"?

pskink

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: hi friends

2013-01-02 Thread sree android
I am asking customlistview inside customlistview.It is possible or not.If
it is possible How.

The above attachements are implemented with customlistview using
webservices.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: hi friends

2013-01-02 Thread skink


sree android wrote:
> I am asking customlistview inside customlistview.It is possible or not.If
> it is possible How.
>
>


you can't add a listview inside another listview, you can add only non
scrollable views

pskink

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: hi friends

2013-01-03 Thread sree android
TEXTVIEW

> (TEXTVIEW | TEXTVIEW | TEXTVIEW)
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: hi friends

2013-01-03 Thread sree android
I Got solution for this,Thank you no need to explain it.

> TEXTVIEW
> (TEXTVIEW | TEXTVIEW | TEXTVIEW)
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: hi friends

2013-01-03 Thread Lew
sree wrote:

> I Got solution for this,Thank you no need to explain it.
>

Yes, there is. Please do.
 

>  TEXTVIEW
>> (TEXTVIEW | TEXTVIEW | TEXTVIEW)
>>
>
-- 
Lew
 

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: hi friends

2013-01-03 Thread skink


sree android wrote:
> Hi friends
>
>  i am reading date value from webservices (DD/MM/) and set these date
> to textview.After Displaying the values is show like DD/MM/.Here i can
> store reading date value in one array and these array is bind to textview.
> But i want to display DD/MM only how.
> plz help me

http://developer.android.com/reference/java/text/SimpleDateFormat.html

pskink

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: hi friends

2013-01-04 Thread bob
 

Try connecting to a socket where there is a server listening.



On Friday, January 4, 2013 7:49:38 AM UTC-6, sree wrote:
>
> How can i fix SocketTimeoutException: Connection timed out
> give me any suggession.
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: hi friends

2013-01-04 Thread Nobu Games
In addition to what bob says: SocketTimeoutException is an IOException. 
There's a whole bunch of stuff that can go wrong when it comes to IO. The 
Internet connection could be down, the server you want to contact could be 
down, the response from the server could be faulty, etc. etc. Your code 
needs to be able to deal with these problems.

Catch the exception and present the user with an error message and provide 
a "retry" button. You also may want to check the network 
connectionif
 it's currently up and usable.


On Friday, January 4, 2013 7:49:38 AM UTC-6, sree wrote:
>
> How can i fix SocketTimeoutException: Connection timed out
> give me any suggession.
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: hi friends

2013-01-04 Thread Lew
sree wrote:
>
>  i [sic] am reading date value from webservices (DD/MM/) and set these 
> date to textview.After Displaying the values is show like DD/MM/.Here i 
> can store reading date value in one array and these array is bind to 
> textview.
> But i want to display DD/MM only how.
> plz [sic] help me
>
>
What is "plz"? That is not an English word.

Use java.text.DateFormat or android.text.format.DateFormat to create the 
strings for the view.

-- 
Lew
 

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Hi bros

2013-01-04 Thread Jonathan S
list.setOnItemClickListener( new OnItemClickListener() {
public void onItemClick(AdapterView arg0, View arg1, int position, 
long arg3) {
Toast.makeText(TasksActivity.this,"I am clicked on Item Number 
is:"+position,3000).show();
}
});

On Saturday, January 5, 2013 1:49:33 AM UTC-5, sree wrote:
>
>
> Hi friends,
> See The above attachment image.In that i implemented CustomListView and 
> text are retrive from SOAP webservices.
> But When i click on ListView,i cant get any response.
> Why 
> suggest me,What is the problem.
>
> list.setOnItemClickListener(this);
> @Override
> public void onItemClick(AdapterView arg0, View arg1, int position, 
> long arg3) {
> 
> Toast.makeText(TasksActivity.this,"I am clicked on Item Number 
> is:"+position,3000).show();
> 
> }
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Hi bros

2013-01-07 Thread tom
Hi,

I hope this is useful for u... try this...

list.setOnItemClickListener(new OnItemClickListener() {

public void onItemClick(AdapterView arg0, View arg1,
int position, long arg3) {
Object o = list.getItemAtPosition(position);
String pos = o.toString();
Toast.makeText(TasksActivity.this,"I am clicked on Item Number is:"+pos, 
Toast.LENGTH_SHORT)
.show();

}
});

On Saturday, January 5, 2013 12:19:33 PM UTC+5:30, sree wrote:
>
>
> Hi friends,
> See The above attachment image.In that i implemented CustomListView and 
> text are retrive from SOAP webservices.
> But When i click on ListView,i cant get any response.
> Why 
> suggest me,What is the problem.
>
> list.setOnItemClickListener(this);
> @Override
> public void onItemClick(AdapterView arg0, View arg1, int position, 
> long arg3) {
> 
> Toast.makeText(TasksActivity.this,"I am clicked on Item Number 
> is:"+position,3000).show();
> 
> }
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Hi bros

2013-01-07 Thread tom
Hi,

Use this code i hope this is work...

list.setOnItemClickListener(new OnItemClickListener() {

public void onItemClick(AdapterView arg0, View arg1,
int position, long arg3) {
Object o = list.getItemAtPosition(position);
String pos = o.toString();
Toast.makeText(TasksActivity.this,"I am clicked on Item Number is:"+pos, 
Toast.LENGTH_SHORT)
.show();

Thanks,

}
});

On Saturday, January 5, 2013 12:19:33 PM UTC+5:30, sree wrote:
>
>
> Hi friends,
> See The above attachment image.In that i implemented CustomListView and 
> text are retrive from SOAP webservices.
> But When i click on ListView,i cant get any response.
> Why 
> suggest me,What is the problem.
>
> list.setOnItemClickListener(this);
> @Override
> public void onItemClick(AdapterView arg0, View arg1, int position, 
> long arg3) {
> 
> Toast.makeText(TasksActivity.this,"I am clicked on Item Number 
> is:"+position,3000).show();
> 
> }
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: hi friends

2013-01-07 Thread Juned Khan
check for internet connection by this method if its returns true then 
eecute your code.

public boolean isNetworkAvailable()
{
ConnectivityManager connectivityManager = (ConnectivityManager) 
getSystemService
(Context.CONNECTIVITY_SERVICE);
NetworkInfo activeNetworkInfo = 
connectivityManager.getActiveNetworkInfo();
return activeNetworkInfo != null;
}

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: hi friends

2013-01-07 Thread bob
 

Please make sure the second parameter to Toast.makeText is correct.


Hint:  it should not be 3000.



On Monday, January 7, 2013 2:19:48 AM UTC-6, sree wrote:
>
> Hi friends,
> Please see above attachments,
>
> In image one i am using imageview,button,textview.
> when i click button text is strikeing,but when i ckick on text tost is not 
> working.
>
> In image two i am using imageview,textview.
>  when i click on text tost is  working.here i removed only button,i cant 
> change any code.
> why like this.please give me replay
>
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: hi

2013-01-08 Thread sree android
i am reading data from webservices using ksoap.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: hi

2013-01-09 Thread skink


sree android wrote:
> i am reading data from webservices using ksoap.

so "you have to sort
your adapter content. by
yourself"

pskink

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Hi bros

2013-01-10 Thread skink


sree android wrote:
> Please observe the above attachment image.
> Their i can implement single choice items dialogue,when i click on
> particular item the value will change automatically.
> How can update the selected value.
> Please share snippet of code or any idea.

"How can update the selected value."

is it your question? if so, what exactly do you mean?

pskink

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: Hi bros

2013-01-10 Thread Lew
sree wrote:

> Please observe the above attachment image.
> Their i [sic] can implement single choice items dialogue,when 
> i [sic] click on particular item the value will change automatically.

How can update the selected value.
> Please share snippet of code or any idea.
>

Who is "bros" and what does he have to do with your question?

In other words, your subject line should be relevant and give a clue 
whether someone should bother reading the post. "Hi bros" doesn't say 
anything about your question or domain of inquiry.

Plus, no one knows who "bros" is anyway.

-- 
Lew

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: Hi

2012-03-13 Thread chowdary nani
Hi Anil,
Thanks for time,
Thanks for replay,
Thanks for help

will you please explain me with some example or will you sugest me any site
for it.
please its important to me.

Thanks
Naveen.

On Mon, Mar 12, 2012 at 3:15 PM, Incredible wrote:

> That can be handled through javascript written in your html code. That
> javascriopt can be intercepted by your android code.
>
>
>
> On Mar 12, 2:39 pm, chowdary nani  wrote:
> > Hi all,
> >
> > I am working on loading URL in web view in android.
> > i am able to load the gmail URL in web view
> > when i entered email and password and click login button
> > i need to read the response
> > can any one help me in handling the button clicks in HTML
> > Please help me in solving this .
> >
> > Thanks
> > Naveen
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: Hi

2012-03-13 Thread chowdary nani
Hi moktarul,
Thanks for replay.
Thanks for time
i have created my own site and calling gmail api

Thanks
Naveen.

On Tue, Mar 13, 2012 at 2:23 PM, moktarul anam  wrote:

> Hi,
>
> r u using gmail.com or hav created ur own site and calling gmail api ?
>
> Moktarul
>
> On Monday, 12 March 2012 15:09:40 UTC+5:30, chowdary nani wrote:
>>
>> Hi all,
>>
>>
>> I am working on loading URL in web view in android.
>> i am able to load the gmail URL in web view
>> when i entered email and password and click login button
>> i need to read the response
>> can any one help me in handling the button clicks in HTML
>> Please help me in solving this .
>>
>> Thanks
>> Naveen
>>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: hi

2012-01-10 Thread Mark Murphy
On Tue, Jan 10, 2012 at 7:10 AM, Robin Thapa  wrote:
> Glad it helped you but that piece of code is not helping me,
> I have an error which says "A JSONObject text must beging with {".

That means you are not passing a JSON object to the JSONObject.
JSONObject parses JSON objects. If your JSON is an array, pass it to
JSONArray.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in NYC: http://marakana.com/training/android/

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: hi

2012-01-10 Thread Robinns
Its a JSONArray and i got it.
Thanks
Mark Murphy

On Tue, Jan 10, 2012 at 6:03 PM, Mark Murphy wrote:

> On Tue, Jan 10, 2012 at 7:10 AM, Robin Thapa 
> wrote:
> > Glad it helped you but that piece of code is not helping me,
> > I have an error which says "A JSONObject text must beging with {".
>
> That means you are not passing a JSON object to the JSONObject.
> JSONObject parses JSON objects. If your JSON is an array, pass it to
> JSONArray.
>
> --
> Mark Murphy (a Commons Guy)
> http://commonsware.com | http://github.com/commonsguy
> http://commonsware.com/blog | http://twitter.com/commonsguy
>
> Android Training in NYC: http://marakana.com/training/android/
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Robin

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: hi

2012-01-10 Thread chowdary nani
Hi Robin,
i again need small help

in the same thing i.e, to parse name from this object


 {"data":[{"id":"38314877099_10150452362217100","from":{"
name":"Incipio Technologies"}}]}



Thanks
Naveen.


>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: hi

2012-01-10 Thread Ricardo Santos
I would suggest you to use a regular expression and create a String array
from the input String, so you can get whatever you want from the array.

It has been a while since I used this technique, but I believe this link
will help:

http://www.regular-expressions.info/java.html

On Tue, Jan 10, 2012 at 10:48 AM, chowdary nani wrote:

> Hi Robin,
> i again need small help
>
> in the same thing i.e, to parse name from this object
>
>
>  {"data":[{"id":"38314877099_10150452362217100","from":{"
> name":"Incipio Technologies"}}]}
>
>
>
> Thanks
> Naveen.
>
>
>>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: hi

2012-01-10 Thread Mark Murphy
Use JSONObject.

On Tue, Jan 10, 2012 at 7:48 AM, chowdary nani  wrote:
> Hi Robin,
> i again need small help
>
> in the same thing i.e, to parse name from this object
>
>
>  {"data":[{"id":"38314877099_10150452362217100","from":{"
> name":"Incipio Technologies"}}]}
>
>
>
> Thanks
> Naveen.
>
>>
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en



-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

Android Training in NYC: http://marakana.com/training/android/

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: hi

2012-01-10 Thread skink


chowdary nani wrote:
> Hi Robin,
> i again need small help
>

again, read this:

http://developer.android.com/reference/org/json/JSONObject.html

pskink

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: hi

2012-01-10 Thread Robinns
In day loop use getString("watever ")
On Jan 10, 2012 6:54 PM, "skink"  wrote:

>
>
> chowdary nani wrote:
> > Hi Robin,
> > i again need small help
> >
>
> again, read this:
>
> http://developer.android.com/reference/org/json/JSONObject.html
>
> pskink
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Hi Developers:

2012-07-27 Thread bob
Does it say this:

"Where is your Oracle JDBC Driver?"

Or this:

"oracle driver is not installed check console"

?


On Friday, July 27, 2012 6:42:11 AM UTC-5, parthi wrote:
>
> How to connect oracle database using android 
>
>
>
> import java.sql.Connection;
> import java.sql.DriverManager;
> import java.sql.SQLException;
>
> import android.app.Activity;
> import android.os.Bundle;
> import android.widget.TextView;
>
> public class AndroidoracleActivity extends Activity {
> /** Called when the activity is first created. */
> @Override
> public void onCreate(Bundle savedInstanceState) {
> super.onCreate(savedInstanceState);
> setContentView(R.layout.main);
> TextView tv = new TextView(this);
> tv.setText("orcale Connect Example.");
> setContentView(tv);
> 
> try {
>  
> Class.forName("oracle.jdbc.driver.OracleDriver");
>  
> } catch (ClassNotFoundException e) {
>  
> tv.setText("Where is your Oracle JDBC Driver?");
> e.printStackTrace();
> return;
> }
> tv.setText("Oracle database driver register");
> Connection conn =null ;
> 
>  try {
>  conn 
> =DriverManager.getConnection("jdbc:oracle:thin:@localhost:1521:xe", 
> "Parthiban",
> "Parthiban");
> 
> }
>  catch(SQLException e){
>  tv.setText("oracle driver is not installed check console");
>  
>  e.printStackTrace();
>  return ;
>  
>  }
>  if(conn !=null){
>  tv.setText("oracle database registered u masde it to control");
>  
>  }
>  else {
>  tv.setText("failed to connection");
>  }
>  
> }
> }
> 
> 
> i  did this code but it showing no driver wt i want todo...help me
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: hi

2012-08-24 Thread sree android
thank you for your replay,shall you provide any video for me...plz

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: hi

2012-08-25 Thread chandur mani
hi sree,

try this url, http://www.pocketjourney.com/downloads/pj/video/famous.3gp.

mani

On Sat, Aug 25, 2012 at 11:42 AM, sree android
wrote:

> thank you for your replay,shall you provide any video for me...plz
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: hi

2012-08-27 Thread sree android
thank you friend

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: hi

2012-08-27 Thread sree android
hey friend may i known your location.i like you so much shall i talk to you
personally.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: hi

2012-08-27 Thread sree android
i have one more dout,after posting the app  into google play ,then some is
download it ,at that time we will get any profit?

sorry for my bad english.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Hi all

2012-08-31 Thread Xiao.Yang
Do you means you want to display the data from json file?

在 2012年8月27日星期一UTC+8下午8时40分40秒,parthi写道:
>
>How can i design using json UI in android

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: hi

2011-12-18 Thread Michael Leung
Agreed.
Install SDK, do tutorial.
Then Google "Android Examples", to read the example codes.
Write your own first simple android app.
That is the way to lean Programming.

On Mon, Dec 19, 2011 at 9:24 AM, Mark Ayers  wrote:

> Agreed. Take the jump, buy a book on Android development, go through it,
> ask us if you need help.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Regards,
Michael Leung
http://www.itblogs.info - My IT Blog
http://diary.skynovel.info - My Blog
http://www.michaelleung.info - My Homepage

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: hi

2012-09-13 Thread Jim Graham
On Thu, Sep 13, 2012 at 01:49:42PM -0700, bob wrote:
>  
> 1.  The comparison of the username and password is case-sensitive, which it 
> probably shouldn't be (*maybe* for password, probably not for username)

Just FYI:

I have never seen a case where the password is NOT case sensitive (that
would be a very bad thing).  I take that back...I do remember one system,
and to make it worse, it used randomly-generated passwords (that forced
people to write them down), ALL UPPERCASE, and only letters ... nothing
else.  A script kiddie would take about 5 minutes with crack to break
that.

Likewise, usernames are generally not case-sensitive, with one exception
that may not exist anymore:  Unix variants (including Linux).  At least
in the past, if you logged on with all uppercase letters, the system
would assume that you were on a terminal that did not support lowercase,
and everything would be uppercase (so if you turned the caps lock key
off, you had to turn it back on to enter any commands).

> 2.  The passwords are stored insecurely in the database, whereas an MD5 
> hash would be preferred.

Does the Android platform have any support for the usual password
handling like Unix's?  That would be the most secure way to go.  In
Unix (and variants), when you enter a password, it's encrypted, part of
the encrypted data is deleted, encrypted again, modified again, and so
on for some number of times.  The encrypted password can not be reversed.
So when you log in later, the two encrypted versions are compared, and
if they match, you get logged in.  I used to know the rest (the way it
was modified), but have long since forgotten.

It's an expensive password routine, but it's also as secure as the
password used by the user (which is usually really bad, from what I
used to see long ago, when I, as the admin, ran crack on my users'
passwords all the time).  If it's available in the SDK, that's what
I would recommend...just my $10 worth (inflation, you know), though.

Later,
   --jim

-- 
THE SCORE:  ME:  2  CANCER:  0
73 DE N5IAL (/4)MiSTie #49997  < Running Mac OS X Lion >
spooky1...@gmail.comICBM/Hurr.: 30.44406N 86.59909W

Seen in alt.sysadmin.recovery:  "Priceless; that's better than telling
him to use the Read Manual command with the Real Fast option."

Android Apps Listing at http://www.jstrack.org/barcodes.html

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] Re: hi

2012-09-13 Thread RichardC
Case sensitivity is a difficult problem when you might have non-English 
(ASCII) users.  To the best of my knowledge I think that is it impossible 
to write an algorithm to perform a case-insensitive compare for the full 
UNICODE character set.

I hope I am wrong, as it is something I would find immensely useful. 

On Friday, September 14, 2012 2:51:26 AM UTC+1, Spooky wrote:
>
> On Thu, Sep 13, 2012 at 01:49:42PM -0700, bob wrote: 
> >   
> > 1.  The comparison of the username and password is case-sensitive, which 
> it 
> > probably shouldn't be (*maybe* for password, probably not for username) 
>
> Just FYI: 
>
> I have never seen a case where the password is NOT case sensitive (that 
> would be a very bad thing).  I take that back...I do remember one system, 
> and to make it worse, it used randomly-generated passwords (that forced 
> people to write them down), ALL UPPERCASE, and only letters ... nothing 
> else.  A script kiddie would take about 5 minutes with crack to break 
> that. 
>
> Likewise, usernames are generally not case-sensitive, with one exception 
> that may not exist anymore:  Unix variants (including Linux).  At least 
> in the past, if you logged on with all uppercase letters, the system 
> would assume that you were on a terminal that did not support lowercase, 
> and everything would be uppercase (so if you turned the caps lock key 
> off, you had to turn it back on to enter any commands). 
>
> > 2.  The passwords are stored insecurely in the database, whereas an MD5 
> > hash would be preferred. 
>
> Does the Android platform have any support for the usual password 
> handling like Unix's?  That would be the most secure way to go.  In 
> Unix (and variants), when you enter a password, it's encrypted, part of 
> the encrypted data is deleted, encrypted again, modified again, and so 
> on for some number of times.  The encrypted password can not be reversed. 
> So when you log in later, the two encrypted versions are compared, and 
> if they match, you get logged in.  I used to know the rest (the way it 
> was modified), but have long since forgotten. 
>
> It's an expensive password routine, but it's also as secure as the 
> password used by the user (which is usually really bad, from what I 
> used to see long ago, when I, as the admin, ran crack on my users' 
> passwords all the time).  If it's available in the SDK, that's what 
> I would recommend...just my $10 worth (inflation, you know), though. 
>
> Later, 
>--jim 
>
> -- 
> THE SCORE:  ME:  2  CANCER:  0 
> 73 DE N5IAL (/4)MiSTie #49997  < Running Mac OS X Lion > 
> spook...@gmail.com ICBM/Hurr.: 30.44406N 
> 86.59909W 
>
> Seen in alt.sysadmin.recovery:  "Priceless; that's better than telling 
> him to use the Read Manual command with the Real Fast option." 
>
> Android Apps Listing at http://www.jstrack.org/barcodes.html 
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: hi...

2012-10-01 Thread Ibrahim Sada
Dear i dnt have that xample code..

On 1 October 2012 12:38, RichardC  wrote:

> See the Notepad sample in the SDK:
> android-sdk\samples\android-16\NotePad
>
>
> On Monday, October 1, 2012 7:59:59 AM UTC+1, Ibrahim wrote:
>>
>> Hi Dear.
>>Can any one help me out how to store and retrive data in sqlite db in
>> android
>>   Thanx in advance..
>>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: hi...

2012-10-01 Thread Ibrahim Sada
can you pleasehelp me out...

On 1 October 2012 12:43, Ibrahim Sada  wrote:

> Dear i dnt have that xample code..
>
>
> On 1 October 2012 12:38, RichardC  wrote:
>
>> See the Notepad sample in the SDK:
>> android-sdk\samples\android-16\NotePad
>>
>>
>> On Monday, October 1, 2012 7:59:59 AM UTC+1, Ibrahim wrote:
>>>
>>> Hi Dear.
>>>Can any one help me out how to store and retrive data in sqlite db in
>>> android
>>>   Thanx in advance..
>>>
>>  --
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to android-developers@googlegroups.com
>> To unsubscribe from this group, send email to
>> android-developers+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: hi...

2012-10-01 Thread Asheesh Arya
Lots of Tutorial available on google. try it out

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: hi...

2012-10-01 Thread Ibrahim Sada
HI
  Dear How to store and retrive the image in sqlite database...
Thanx in advance

On 1 October 2012 12:47, Asheesh Arya  wrote:

> Lots of Tutorial available on google. try it out
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: hi...

2012-10-01 Thread Yue Zeng
Plz refer here:
http://www.androidhive.info/2011/11/android-sqlite-database-tutorial/

On Mon, Oct 1, 2012 at 3:17 PM, Asheesh Arya wrote:

> Lots of Tutorial available on google. try it out
>
>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: hi...

2012-10-01 Thread RichardC
If you don't have that then you did not install the samples with the SDK. 
 Run the SDK Manager application:

http://developer.android.com/sdk/installing/adding-packages.html

and add the samples.

On Monday, October 1, 2012 8:15:31 AM UTC+1, Ibrahim wrote:
>
> Dear i dnt have that xample code..
>
> On 1 October 2012 12:38, RichardC 
> > wrote:
>
>> See the Notepad sample in the SDK:
>> android-sdk\samples\android-16\NotePad
>>
>>
>> On Monday, October 1, 2012 7:59:59 AM UTC+1, Ibrahim wrote:
>>>
>>> Hi Dear.
>>>Can any one help me out how to store and retrive data in sqlite db in 
>>> android
>>>   Thanx in advance..
>>>
>>  -- 
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to 
>> android-d...@googlegroups.com
>> To unsubscribe from this group, send email to
>> android-developers+unsubscr...@googlegroups.com 
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>
>
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: hi...

2012-10-01 Thread Ibrahim Sada
K thnx...

On 1 October 2012 15:22, RichardC  wrote:

> If you don't have that then you did not install the samples with the SDK.
>  Run the SDK Manager application:
>
> http://developer.android.com/sdk/installing/adding-packages.html
>
> and add the samples.
>
>
> On Monday, October 1, 2012 8:15:31 AM UTC+1, Ibrahim wrote:
>
>> Dear i dnt have that xample code..
>>
>> On 1 October 2012 12:38, RichardC  wrote:
>>
>>> See the Notepad sample in the SDK:
>>> android-sdk\samples\android-**16\NotePad
>>>
>>>
>>> On Monday, October 1, 2012 7:59:59 AM UTC+1, Ibrahim wrote:

 Hi Dear.
Can any one help me out how to store and retrive data in sqlite db
 in android
   Thanx in advance..

>>>  --
>>> You received this message because you are subscribed to the Google
>>> Groups "Android Developers" group.
>>> To post to this group, send email to android-d...@**googlegroups.com
>>>
>>> To unsubscribe from this group, send email to
>>> android-developers+**unsubscr...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/**group/android-developers?hl=en
>>>
>>
>>  --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: hi friends

2012-11-29 Thread sree android
Thank you bro.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: hi bros

2012-11-30 Thread bob
Change this line:

Toast.makeText(MyExpandableActivity.this,"Clicked Child",3000).show();

to this:

Toast.makeText(MyExpandableActivity.this,"Clicked 
Child",Toast.LENGTH_LONG).show();




On Friday, November 30, 2012 5:10:13 AM UTC-6, sree wrote:
>
> Here i am using ExpandableListview,when i clicked child view the toast are 
> not working,why?any one help me.
>
> and After clicking child Listview their only one window is open(In 
> attachment two .jpg file line number 3,i clicked feed the cat and that 
> window is open)like that their is which concept is used.
> It is usefull for me 
>
> Sorry for my english plz understand me.
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Hi friends

2013-06-25 Thread Lew
Ibrahim wrote:

> Friends I Am trying to connect server on pc and client on android device..
>

Warning: I am not your friend.
 

> My server is working fine...
> but my client is not working ...
> Here is my sever and client code...
>
> Server Code...
>
>
> public class Server_tcp {
>

Please follow the Java naming conventions.
 

>  void run(){
>

Why is this method not public?
 

> {
> try {
> System.out.println("Hi Im In 1st Try");
> try {
> System.out.println("Hi Im In 2nd try ");
> Boolean end = false;
>

Why did you declare this 'Boolean' and not 'boolean'?
 

> ServerSocket ss = new ServerSocket();
> System.out.println("socket created");
> while(!end){
> //Server is waiting for client here, if needed
> Socket s = ss.accept();
> System.out.println("socket accepted");
>

Calls to 'System.out.println()' are the worst of the available logging 
options.
 

> BufferedReader input = new BufferedReader(new 
> InputStreamReader(s.getInputStream()));
> PrintWriter output = new 
> PrintWriter(s.getOutputStream(),true); //Autoflush
> String st = input.readLine();
> System.out.println("Tcp Example" + "From 
> client: "+st);
> 
> output.println("I got the Message:)");
> output.flush();
>

Why do you flush an auto-flushed stream?
 

> 
> s.close();
> if (st==null){ end = true; }
> }
> ss.close();
> } catch (UnknownHostException e) {
> // TODO Auto-generated catch block
> e.printStackTrace();
>

Handle errors, don't ignore them.
 

> }
> } catch (IOException exp) {
> // TODO Auto-generated catch block
> exp.printStackTrace();
> }
> }
> }
> public static void main(String args[])
> {
> Server_tcp server = new Server_tcp();
> while(true){
> server.run();
>

So you restart the server every time you choose to close it. Hmm.
 

> }
> }
>
> }
>
>
>
> Client Code
>
>
> public class ClientTCPActivity extends Activity {
> /** Called when the activity is first created. */
>
> private EditText et;
> @Override
> public void onCreate(Bundle savedInstanceState) {
> super.onCreate(savedInstanceState);
> setContentView(R.layout.main);
> System.out.println("Before try net");
> Run();
>

Please follow the Java naming conventions.
 

> System.out.println("after try net");
> }
> public void Run() {
> System.out.println("inside try net");
> try {
> System.out.println("inside try");
> Socket s = new Socket("192.168.1.27",);
>
> //outgoing stream redirect to socket
>  //   OutputStream out = (OutputStream) et.getContentDescription();
>
> PrintWriter output = new PrintWriter(s.getOutputStream(),true);
> output.println("Hello Android!");
> BufferedReader input = new BufferedReader(new 
> InputStreamReader(s.getInputStream()));
>
> //read line(s)
> String st = input.readLine();
> System.out.println(st);
>
> //Close connection
> s.close();
>
> System.out.println(" try ");
> } catch (UnknownHostException e) {
> // TODO Auto-generated catch block
> e.printStackTrace();
> } catch (IOException e) {
> // TODO Auto-generated catch block
> e.printStackTrace();
> }
> }
> }
>
> My Client is not working properly my friends
>

What does that mean? 

In other words, what did you expect, and what happened instead?

Copy and paste messages; do not paraphrase them.
 

> Can Any One help me ???
>

You only need one question mark at the end of an interrogative sentence.

And no, not without sufficient information.

-- 
Lew
 

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To un

Re: [android-developers] Re: Hi..

2013-07-01 Thread Ibrahim Sada
A *server* is a system (software and suitable computer hardware) that
responds to requests across a computer network to provide, or help to
provide
Anythng else...???

On 1 July 2013 19:04, RichardC  wrote:

> Define "Server"
>
>
> On Monday, July 1, 2013 1:43:35 PM UTC+1, Ibrahim wrote:
>
>> Or Android Device Work As Server...
>> Please Help me Guys...
>>
>> On 1 July 2013 17:55, Ibrahim Sada  wrote:
>>
>>> Hi Friends..
>>> I Need Help Friends..
>>> I Need To Run Emulator As A Server ..
>>> I Am Not Able To Do...
>>> Give Me Some Idea Friends...
>>> Thanks...
>>>
>>
>>  --
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Re: Hi..

2013-07-01 Thread Piren
really dude? that's what you got from him?

Also, i've already noticed that all the code you post is always a 
copy-paste from SO, so now even an answer to what you consider a server you 
copy-paste from wikipedia? 

On Tuesday, July 2, 2013 9:17:53 AM UTC+3, Ibrahim wrote:
>
> A *server* is a system (software and suitable computer hardware) that 
> responds to requests across a computer network to provide, or help to 
> provide
> Anythng else...???
>
> On 1 July 2013 19:04, RichardC >wrote:
>
>> Define "Server"
>>
>>
>> On Monday, July 1, 2013 1:43:35 PM UTC+1, Ibrahim wrote:
>>
>>> Or Android Device Work As Server...
>>> Please Help me Guys...
>>>
>>> On 1 July 2013 17:55, Ibrahim Sada  wrote:
>>>
 Hi Friends..
 I Need Help Friends..
 I Need To Run Emulator As A Server ..
 I Am Not Able To Do...
 Give Me Some Idea Friends...
 Thanks...

>>>
>>>  -- 
>> -- 
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to 
>> android-d...@googlegroups.com
>> To unsubscribe from this group, send email to
>> android-developers+unsubscr...@googlegroups.com 
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "Android Developers" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to android-developers+unsubscr...@googlegroups.com .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Re: Hi..

2013-07-01 Thread Ibrahim Sada
I Am doing this because my english is not good..
i am asking ur help..
not ur arrgument ..
if u cant help then just ignore it...

On 2 July 2013 12:12, Piren  wrote:

> really dude? that's what you got from him?
>
> Also, i've already noticed that all the code you post is always a
> copy-paste from SO, so now even an answer to what you consider a server you
> copy-paste from wikipedia?
>
>
> On Tuesday, July 2, 2013 9:17:53 AM UTC+3, Ibrahim wrote:
>
>> A *server* is a system (software and suitable computer hardware) that
>> responds to requests across a computer network to provide, or help to
>> provide
>> Anythng else...???
>>
>> On 1 July 2013 19:04, RichardC  wrote:
>>
>>> Define "Server"
>>>
>>>
>>> On Monday, July 1, 2013 1:43:35 PM UTC+1, Ibrahim wrote:
>>>
 Or Android Device Work As Server...
 Please Help me Guys...

 On 1 July 2013 17:55, Ibrahim Sada  wrote:

> Hi Friends..
> I Need Help Friends..
> I Need To Run Emulator As A Server ..
> I Am Not Able To Do...
> Give Me Some Idea Friends...
> Thanks...
>

  --
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Android Developers" group.
>>> To post to this group, send email to android-d...@**googlegroups.com
>>>
>>> To unsubscribe from this group, send email to
>>> android-developers+**unsubscr...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/**group/android-developers?hl=en
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "Android Developers" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to android-developers+**unsubscr...@googlegroups.com.
>>> For more options, visit 
>>> https://groups.google.com/**groups/opt_out
>>> .
>>>
>>>
>>>
>>
>>  --
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Re: Hi..

2013-07-01 Thread Ibrahim Sada
Thanks..

On 2 July 2013 12:16, Ibrahim Sada  wrote:

> I Am doing this because my english is not good..
> i am asking ur help..
> not ur arrgument ..
> if u cant help then just ignore it...
>
>
> On 2 July 2013 12:12, Piren  wrote:
>
>> really dude? that's what you got from him?
>>
>> Also, i've already noticed that all the code you post is always a
>> copy-paste from SO, so now even an answer to what you consider a server you
>> copy-paste from wikipedia?
>>
>>
>> On Tuesday, July 2, 2013 9:17:53 AM UTC+3, Ibrahim wrote:
>>
>>> A *server* is a system (software and suitable computer hardware) that
>>> responds to requests across a computer network to provide, or help to
>>> provide
>>> Anythng else...???
>>>
>>> On 1 July 2013 19:04, RichardC  wrote:
>>>
 Define "Server"


 On Monday, July 1, 2013 1:43:35 PM UTC+1, Ibrahim wrote:

> Or Android Device Work As Server...
> Please Help me Guys...
>
> On 1 July 2013 17:55, Ibrahim Sada  wrote:
>
>> Hi Friends..
>> I Need Help Friends..
>> I Need To Run Emulator As A Server ..
>> I Am Not Able To Do...
>> Give Me Some Idea Friends...
>> Thanks...
>>
>
>  --
 --
 You received this message because you are subscribed to the Google
 Groups "Android Developers" group.
 To post to this group, send email to android-d...@**googlegroups.com

 To unsubscribe from this group, send email to
 android-developers+**unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/**group/android-developers?hl=en
 ---
 You received this message because you are subscribed to the Google
 Groups "Android Developers" group.
 To unsubscribe from this group and stop receiving emails from it, send
 an email to android-developers+**unsubscr...@googlegroups.com.
 For more options, visit 
 https://groups.google.com/**groups/opt_out
 .



>>>
>>>  --
>> --
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to android-developers@googlegroups.com
>> To unsubscribe from this group, send email to
>> android-developers+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Android Developers" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to android-developers+unsubscr...@googlegroups.com.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>>
>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Re: Hi..

2013-07-02 Thread Piren
Usually people here don't care about the English level of the poster, this 
is an international forum and not everyone's native language is English (it 
isn't mine).
However, your posting history shows that you never actually try to program 
anything. You copy-paste code and then dump it in here asking people to do 
the rest of your work for you. None of your posts actually shows you trying 
to solve an issue or even showing a base understanding of what you do... 
Whatever you're programming is a collage of other people's work.

So, i CAN help you, i choose not to. Hopefully, others will pick up on this 
as well, which will (hopefully) result in one of two good outcomes - Either 
you'll understand that you need to try and solve some issues on your own 
and learn how to program on the way, which after that i'd be happy to help 
you with REAL issues you come by, or you'd stop posting here all together 
and let this place be less annoying to visit.


On Tuesday, July 2, 2013 9:46:10 AM UTC+3, Ibrahim wrote:
>
> I Am doing this because my english is not good..
> i am asking ur help..
> not ur arrgument ..
> if u cant help then just ignore it...
>
> On 2 July 2013 12:12, Piren > wrote:
>
>> really dude? that's what you got from him?
>>
>> Also, i've already noticed that all the code you post is always a 
>> copy-paste from SO, so now even an answer to what you consider a server you 
>> copy-paste from wikipedia? 
>>
>>
>> On Tuesday, July 2, 2013 9:17:53 AM UTC+3, Ibrahim wrote:
>>
>>> A *server* is a system (software and suitable computer hardware) that 
>>> responds to requests across a computer network to provide, or help to 
>>> provide
>>> Anythng else...???
>>>
>>> On 1 July 2013 19:04, RichardC  wrote:
>>>
 Define "Server"


 On Monday, July 1, 2013 1:43:35 PM UTC+1, Ibrahim wrote:

> Or Android Device Work As Server...
> Please Help me Guys...
>
> On 1 July 2013 17:55, Ibrahim Sada  wrote:
>
>> Hi Friends..
>> I Need Help Friends..
>> I Need To Run Emulator As A Server ..
>> I Am Not Able To Do...
>> Give Me Some Idea Friends...
>> Thanks...
>>
>
>  -- 
 -- 
 You received this message because you are subscribed to the Google
 Groups "Android Developers" group.
 To post to this group, send email to android-d...@**googlegroups.com

 To unsubscribe from this group, send email to
 android-developers+**unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/**group/android-developers?hl=en
 --- 
 You received this message because you are subscribed to the Google 
 Groups "Android Developers" group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to android-developers+**unsubscr...@googlegroups.com.
 For more options, visit 
 https://groups.google.com/**groups/opt_out
 .
  
  

>>>
>>>  -- 
>> -- 
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to 
>> android-d...@googlegroups.com
>> To unsubscribe from this group, send email to
>> android-developers+unsubscr...@googlegroups.com 
>> For more options, visit this group at
>> http://groups.google.com/group/android-developers?hl=en
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "Android Developers" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to android-developers+unsubscr...@googlegroups.com .
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [android-developers] Re: Hi..

2013-07-02 Thread Ibrahim Sada
I Am Not Asking the code friends i need how do i start coding...??
i didnt asked code from you guys..
i dnt knoe how to initiate for that type of code..
i have did in java server client coding..
for android i dont have any idea..
im sorry if i said anythng wrong...

On 2 July 2013 13:12, Piren  wrote:

> Usually people here don't care about the English level of the poster, this
> is an international forum and not everyone's native language is English (it
> isn't mine).
> However, your posting history shows that you never actually try to program
> anything. You copy-paste code and then dump it in here asking people to do
> the rest of your work for you. None of your posts actually shows you trying
> to solve an issue or even showing a base understanding of what you do...
> Whatever you're programming is a collage of other people's work.
>
> So, i CAN help you, i choose not to. Hopefully, others will pick up on
> this as well, which will (hopefully) result in one of two good outcomes -
> Either you'll understand that you need to try and solve some issues on your
> own and learn how to program on the way, which after that i'd be happy to
> help you with REAL issues you come by, or you'd stop posting here all
> together and let this place be less annoying to visit.
>
>
> On Tuesday, July 2, 2013 9:46:10 AM UTC+3, Ibrahim wrote:
>
>> I Am doing this because my english is not good..
>> i am asking ur help..
>> not ur arrgument ..
>> if u cant help then just ignore it...
>>
>> On 2 July 2013 12:12, Piren  wrote:
>>
>>> really dude? that's what you got from him?
>>>
>>> Also, i've already noticed that all the code you post is always a
>>> copy-paste from SO, so now even an answer to what you consider a server you
>>> copy-paste from wikipedia?
>>>
>>>
>>> On Tuesday, July 2, 2013 9:17:53 AM UTC+3, Ibrahim wrote:
>>>
 A *server* is a system (software and suitable computer hardware) that
 responds to requests across a computer network to provide, or help to
 provide
 Anythng else...???

 On 1 July 2013 19:04, RichardC  wrote:

> Define "Server"
>
>
> On Monday, July 1, 2013 1:43:35 PM UTC+1, Ibrahim wrote:
>
>> Or Android Device Work As Server...
>> Please Help me Guys...
>>
>> On 1 July 2013 17:55, Ibrahim Sada  wrote:
>>
>>> Hi Friends..
>>> I Need Help Friends..
>>> I Need To Run Emulator As A Server ..
>>> I Am Not Able To Do...
>>> Give Me Some Idea Friends...
>>> Thanks...
>>>
>>
>>  --
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-d...@**googlegroups.com
>
> To unsubscribe from this group, send email to
> android-developers+**unsubscribe**@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/**group**/android-developers?hl=en
> ---
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to android-developers+**unsubscribe**@googlegroups.com.
> For more options, visit 
> https://groups.google.com/**grou**ps/opt_out
> .
>
>
>

  --
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Android Developers" group.
>>> To post to this group, send email to android-d...@**googlegroups.com
>>> To unsubscribe from this group, send email to
>>> android-developers+**unsubscr...@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/**group/android-developers?hl=en
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "Android Developers" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to android-developers+**unsubscr...@googlegroups.com.
>>> For more options, visit 
>>> https://groups.google.com/**groups/opt_out
>>> .
>>>
>>>
>>>
>>
>>  --
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
> ---
> You received this message because you are subscribed to the Google Groups
> "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to android-developers+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/op

Re: [android-developers] Re: Hi..

2013-07-02 Thread Piren
I Am Not Asking the code friends i need how do i start coding...??   - You 
did
i didnt asked code from you guys.. - You did
i dnt knoe how to initiate for that type of code.. - Obviously
i have did in java server client coding.. - I doubt it, this is exactly the 
same. If you'd know how to code a server, you wouldn't have made the other 
threads showing you have no clue on how to write a Java server.
for android i dont have any idea..- Obviously, though as i said, writing a 
basic HTTP server on Android is 100% the same as it is on a "regular" java 
framework
im sorry if i said anythng wrong... - You didn't say anything wrong.



On Tuesday, July 2, 2013 11:32:59 AM UTC+3, Ibrahim wrote:
>
> I Am Not Asking the code friends i need how do i start coding...??
> i didnt asked code from you guys..
> i dnt knoe how to initiate for that type of code..
> i have did in java server client coding..
> for android i dont have any idea..
> im sorry if i said anythng wrong...
>
> On 2 July 2013 13:12, Piren > wrote:
>
>> Usually people here don't care about the English level of the poster, 
>> this is an international forum and not everyone's native language is 
>> English (it isn't mine).
>> However, your posting history shows that you never actually try to 
>> program anything. You copy-paste code and then dump it in here asking 
>> people to do the rest of your work for you. None of your posts actually 
>> shows you trying to solve an issue or even showing a base understanding of 
>> what you do... Whatever you're programming is a collage of other people's 
>> work.
>>
>> So, i CAN help you, i choose not to. Hopefully, others will pick up on 
>> this as well, which will (hopefully) result in one of two good outcomes - 
>> Either you'll understand that you need to try and solve some issues on your 
>> own and learn how to program on the way, which after that i'd be happy to 
>> help you with REAL issues you come by, or you'd stop posting here all 
>> together and let this place be less annoying to visit.
>>
>>
>> On Tuesday, July 2, 2013 9:46:10 AM UTC+3, Ibrahim wrote:
>>
>>> I Am doing this because my english is not good..
>>> i am asking ur help..
>>> not ur arrgument ..
>>> if u cant help then just ignore it...
>>>
>>> On 2 July 2013 12:12, Piren  wrote:
>>>
 really dude? that's what you got from him?

 Also, i've already noticed that all the code you post is always a 
 copy-paste from SO, so now even an answer to what you consider a server 
 you 
 copy-paste from wikipedia? 


 On Tuesday, July 2, 2013 9:17:53 AM UTC+3, Ibrahim wrote:

> A *server* is a system (software and suitable computer hardware) that 
> responds to requests across a computer network to provide, or help to 
> provide
> Anythng else...???
>
> On 1 July 2013 19:04, RichardC  wrote:
>
>> Define "Server"
>>
>>
>> On Monday, July 1, 2013 1:43:35 PM UTC+1, Ibrahim wrote:
>>
>>> Or Android Device Work As Server...
>>> Please Help me Guys...
>>>
>>> On 1 July 2013 17:55, Ibrahim Sada  wrote:
>>>
 Hi Friends..
 I Need Help Friends..
 I Need To Run Emulator As A Server ..
 I Am Not Able To Do...
 Give Me Some Idea Friends...
 Thanks...

>>>
>>>  -- 
>> -- 
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email to android-d...@**googlegroups.com
>>
>> To unsubscribe from this group, send email to
>> android-developers+**unsubscribe**@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/**group**/android-developers?hl=en
>> --- 
>> You received this message because you are subscribed to the Google 
>> Groups "Android Developers" group.
>> To unsubscribe from this group and stop receiving emails from it, 
>> send an email to android-developers+**unsubscribe**@googlegroups.com.
>> For more options, visit 
>> https://groups.google.com/**grou**ps/opt_out
>> .
>>  
>>  
>>
>
>  -- 
 -- 
 You received this message because you are subscribed to the Google
 Groups "Android Developers" group.
 To post to this group, send email to android-d...@**googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+**unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/**group/android-developers?hl=en
 --- 
 You received this message because you are subscribed to the Google 
 Groups "Android Developers" group.
 To unsubscribe from this group and stop receiving emails from it, send 
 an email to android-developers+**unsubscr...@go

Re: [android-developers] Re: Hi..

2013-07-02 Thread Ibrahim Sada
you want my java server code??
i did in java...
i can show u my java code..


On 2 July 2013 14:19, Piren  wrote:

> I Am Not Asking the code friends i need how do i start coding...??   - You
> did
> i didnt asked code from you guys.. - You did
> i dnt knoe how to initiate for that type of code.. - Obviously
> i have did in java server client coding.. - I doubt it, this is exactly
> the same. If you'd know how to code a server, you wouldn't have made the
> other threads showing you have no clue on how to write a Java server.
> for android i dont have any idea..- Obviously, though as i said, writing a
> basic HTTP server on Android is 100% the same as it is on a "regular" java
> framework
> im sorry if i said anythng wrong... - You didn't say anything wrong.
>
>
>
> On Tuesday, July 2, 2013 11:32:59 AM UTC+3, Ibrahim wrote:
>
>> I Am Not Asking the code friends i need how do i start coding...??
>> i didnt asked code from you guys..
>> i dnt knoe how to initiate for that type of code..
>> i have did in java server client coding..
>> for android i dont have any idea..
>> im sorry if i said anythng wrong...
>>
>> On 2 July 2013 13:12, Piren  wrote:
>>
>>> Usually people here don't care about the English level of the poster,
>>> this is an international forum and not everyone's native language is
>>> English (it isn't mine).
>>> However, your posting history shows that you never actually try to
>>> program anything. You copy-paste code and then dump it in here asking
>>> people to do the rest of your work for you. None of your posts actually
>>> shows you trying to solve an issue or even showing a base understanding of
>>> what you do... Whatever you're programming is a collage of other people's
>>> work.
>>>
>>> So, i CAN help you, i choose not to. Hopefully, others will pick up on
>>> this as well, which will (hopefully) result in one of two good outcomes -
>>> Either you'll understand that you need to try and solve some issues on your
>>> own and learn how to program on the way, which after that i'd be happy to
>>> help you with REAL issues you come by, or you'd stop posting here all
>>> together and let this place be less annoying to visit.
>>>
>>>
>>> On Tuesday, July 2, 2013 9:46:10 AM UTC+3, Ibrahim wrote:
>>>
 I Am doing this because my english is not good..
 i am asking ur help..
 not ur arrgument ..
 if u cant help then just ignore it...

 On 2 July 2013 12:12, Piren  wrote:

> really dude? that's what you got from him?
>
> Also, i've already noticed that all the code you post is always a
> copy-paste from SO, so now even an answer to what you consider a server 
> you
> copy-paste from wikipedia?
>
>
> On Tuesday, July 2, 2013 9:17:53 AM UTC+3, Ibrahim wrote:
>
>> A *server* is a system (software and suitable computer hardware)
>> that responds to requests across a computer network to provide, or help 
>> to
>> provide
>> Anythng else...???
>>
>> On 1 July 2013 19:04, RichardC  wrote:
>>
>>> Define "Server"
>>>
>>>
>>> On Monday, July 1, 2013 1:43:35 PM UTC+1, Ibrahim wrote:
>>>
 Or Android Device Work As Server...
 Please Help me Guys...

 On 1 July 2013 17:55, Ibrahim Sada  wrote:

> Hi Friends..
> I Need Help Friends..
> I Need To Run Emulator As A Server ..
> I Am Not Able To Do...
> Give Me Some Idea Friends...
> Thanks...
>

  --
>>> --
>>> You received this message because you are subscribed to the Google
>>> Groups "Android Developers" group.
>>> To post to this group, send email to android-d...@**googlegroups.com
>>>
>>> To unsubscribe from this group, send email to
>>> android-developers+**unsubscribe@googlegroups.com
>>> For more options, visit this group at
>>> http://groups.google.com/**group/android-developers?hl=en
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "Android Developers" group.
>>> To unsubscribe from this group and stop receiving emails from it,
>>> send an email to android-developers+**unsubscribe
>>> @googlegroups.com.
>>> For more options, visit https://groups.google.com/**grou
>>> ps/opt_out .
>>>
>>>
>>>
>>
>>  --
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-d...@**googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+**unsubscribe**@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/**group**/android-developers?hl=en
> ---
> You r

Re: [android-developers] Re: Hi..

2013-07-02 Thread Piren
Nope, i have no need for it.

And as i said - if you already did it, just use it on Android.

On Tuesday, July 2, 2013 11:53:52 AM UTC+3, Ibrahim wrote:
>
> you want my java server code??
> i did in java... 
> i can show u my java code..
>
>
> On 2 July 2013 14:19, Piren > wrote:
>
>> I Am Not Asking the code friends i need how do i start coding...??   - 
>> You did
>> i didnt asked code from you guys.. - You did
>> i dnt knoe how to initiate for that type of code.. - Obviously
>> i have did in java server client coding.. - I doubt it, this is exactly 
>> the same. If you'd know how to code a server, you wouldn't have made the 
>> other threads showing you have no clue on how to write a Java server.
>> for android i dont have any idea..- Obviously, though as i said, writing 
>> a basic HTTP server on Android is 100% the same as it is on a "regular" 
>> java framework
>> im sorry if i said anythng wrong... - You didn't say anything wrong.
>>
>>
>>
>> On Tuesday, July 2, 2013 11:32:59 AM UTC+3, Ibrahim wrote:
>>
>>> I Am Not Asking the code friends i need how do i start coding...??
>>> i didnt asked code from you guys..
>>> i dnt knoe how to initiate for that type of code..
>>> i have did in java server client coding..
>>> for android i dont have any idea..
>>> im sorry if i said anythng wrong...
>>>
>>> On 2 July 2013 13:12, Piren  wrote:
>>>
 Usually people here don't care about the English level of the poster, 
 this is an international forum and not everyone's native language is 
 English (it isn't mine).
 However, your posting history shows that you never actually try to 
 program anything. You copy-paste code and then dump it in here asking 
 people to do the rest of your work for you. None of your posts actually 
 shows you trying to solve an issue or even showing a base understanding of 
 what you do... Whatever you're programming is a collage of other people's 
 work.

 So, i CAN help you, i choose not to. Hopefully, others will pick up on 
 this as well, which will (hopefully) result in one of two good outcomes - 
 Either you'll understand that you need to try and solve some issues on 
 your 
 own and learn how to program on the way, which after that i'd be happy to 
 help you with REAL issues you come by, or you'd stop posting here all 
 together and let this place be less annoying to visit.


 On Tuesday, July 2, 2013 9:46:10 AM UTC+3, Ibrahim wrote:

> I Am doing this because my english is not good..
> i am asking ur help..
> not ur arrgument ..
> if u cant help then just ignore it...
>
> On 2 July 2013 12:12, Piren  wrote:
>
>> really dude? that's what you got from him?
>>
>> Also, i've already noticed that all the code you post is always a 
>> copy-paste from SO, so now even an answer to what you consider a server 
>> you 
>> copy-paste from wikipedia? 
>>
>>
>> On Tuesday, July 2, 2013 9:17:53 AM UTC+3, Ibrahim wrote:
>>
>>> A *server* is a system (software and suitable computer hardware) 
>>> that responds to requests across a computer network to provide, or help 
>>> to 
>>> provide
>>> Anythng else...???
>>>
>>> On 1 July 2013 19:04, RichardC  wrote:
>>>
 Define "Server"


 On Monday, July 1, 2013 1:43:35 PM UTC+1, Ibrahim wrote:

> Or Android Device Work As Server...
> Please Help me Guys...
>
> On 1 July 2013 17:55, Ibrahim Sada  wrote:
>
>> Hi Friends..
>> I Need Help Friends..
>> I Need To Run Emulator As A Server ..
>> I Am Not Able To Do...
>> Give Me Some Idea Friends...
>> Thanks...
>>
>
>  -- 
 -- 
 You received this message because you are subscribed to the Google
 Groups "Android Developers" group.
 To post to this group, send email to android-d...@**
 googlegroups.com

 To unsubscribe from this group, send email to
 android-developers+**unsubscribe@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/**group/android-developers?hl=en
 --- 
 You received this message because you are subscribed to the Google 
 Groups "Android Developers" group.
 To unsubscribe from this group and stop receiving emails from it, 
 send an email to android-developers+**unsubscribe
 @googlegroups.com.
 For more options, visit https://groups.google.com/**grou
 ps/opt_out .
  
  

>>>
>>>  -- 
>> -- 
>> You received this message because you are subscribed to the Google
>> Groups "Android Developers" group.
>> To post to this group, send email t

Re: [android-developers] Re: Hi..

2013-07-02 Thread Ibrahim Sada
I Am trying friend..
im getting blank...
no error nothng...


On 2 July 2013 15:53, Piren  wrote:

> Nope, i have no need for it.
>
> And as i said - if you already did it, just use it on Android.
>
> On Tuesday, July 2, 2013 11:53:52 AM UTC+3, Ibrahim wrote:
>
>> you want my java server code??
>> i did in java...
>> i can show u my java code..
>>
>>
>> On 2 July 2013 14:19, Piren  wrote:
>>
>>> I Am Not Asking the code friends i need how do i start coding...??   -
>>> You did
>>> i didnt asked code from you guys.. - You did
>>> i dnt knoe how to initiate for that type of code.. - Obviously
>>> i have did in java server client coding.. - I doubt it, this is exactly
>>> the same. If you'd know how to code a server, you wouldn't have made the
>>> other threads showing you have no clue on how to write a Java server.
>>> for android i dont have any idea..- Obviously, though as i said, writing
>>> a basic HTTP server on Android is 100% the same as it is on a "regular"
>>> java framework
>>> im sorry if i said anythng wrong... - You didn't say anything wrong.
>>>
>>>
>>>
>>> On Tuesday, July 2, 2013 11:32:59 AM UTC+3, Ibrahim wrote:
>>>
 I Am Not Asking the code friends i need how do i start coding...??
 i didnt asked code from you guys..
 i dnt knoe how to initiate for that type of code..
 i have did in java server client coding..
 for android i dont have any idea..
 im sorry if i said anythng wrong...

 On 2 July 2013 13:12, Piren  wrote:

> Usually people here don't care about the English level of the poster,
> this is an international forum and not everyone's native language is
> English (it isn't mine).
> However, your posting history shows that you never actually try to
> program anything. You copy-paste code and then dump it in here asking
> people to do the rest of your work for you. None of your posts actually
> shows you trying to solve an issue or even showing a base understanding of
> what you do... Whatever you're programming is a collage of other people's
> work.
>
> So, i CAN help you, i choose not to. Hopefully, others will pick up on
> this as well, which will (hopefully) result in one of two good outcomes -
> Either you'll understand that you need to try and solve some issues on 
> your
> own and learn how to program on the way, which after that i'd be happy to
> help you with REAL issues you come by, or you'd stop posting here all
> together and let this place be less annoying to visit.
>
>
> On Tuesday, July 2, 2013 9:46:10 AM UTC+3, Ibrahim wrote:
>
>> I Am doing this because my english is not good..
>> i am asking ur help..
>> not ur arrgument ..
>> if u cant help then just ignore it...
>>
>> On 2 July 2013 12:12, Piren  wrote:
>>
>>> really dude? that's what you got from him?
>>>
>>> Also, i've already noticed that all the code you post is always a
>>> copy-paste from SO, so now even an answer to what you consider a server 
>>> you
>>> copy-paste from wikipedia?
>>>
>>>
>>> On Tuesday, July 2, 2013 9:17:53 AM UTC+3, Ibrahim wrote:
>>>
 A *server* is a system (software and suitable computer hardware)
 that responds to requests across a computer network to provide, or 
 help to
 provide
 Anythng else...???

 On 1 July 2013 19:04, RichardC  wrote:

> Define "Server"
>
>
> On Monday, July 1, 2013 1:43:35 PM UTC+1, Ibrahim wrote:
>
>> Or Android Device Work As Server...
>> Please Help me Guys...
>>
>> On 1 July 2013 17:55, Ibrahim Sada  wrote:
>>
>>> Hi Friends..
>>> I Need Help Friends..
>>> I Need To Run Emulator As A Server ..
>>> I Am Not Able To Do...
>>> Give Me Some Idea Friends...
>>> Thanks...
>>>
>>
>>  --
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-d...@**
> googlegroups.com
>
> To unsubscribe from this group, send email to
> android-developers+**unsubscribe**@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/**group**/android-developers?hl=en
> ---
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To unsubscribe from this group and stop receiving emails from it,
> send an email to android-developers+**unsubscribe**
> @googlegroups.com.
> For more options, visit https://groups.google.com/**grou**
> ps/opt_out .
>
>

Re: [android-developers] Re: Hi

2011-02-17 Thread Jatin D Patel
Hope this helps tooo

http://sites.google.com/site/androidcoursearchive/labs/lab-1

On Tue, Feb 15, 2011 at 5:56 PM, Russell DuRoss  wrote:

> http://developer.android.com/index.html
>
> On Feb 14, 2:56 am, Mohamed Zubair 
> wrote:
> > Hi,
> >
> >   Am beginner to android.Please provide the beginners reference
> > link to me.
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>



-- 
Thanks,
Jatin D N Patel
You Got To Think HIGH to RISE.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Re: [android-developers] Re: hi

2010-07-25 Thread Chris Stewart
Bury for advertisement?

Chris Stewart
cstewart...@gmail.com


On Sun, Jul 25, 2010 at 12:42 PM, Tim  wrote:

> Dear Raineesh,
>
> You may wish to consider another approach to Android development such
> as our MobiForms rapid application development tool.
>
> MobiForms is the world's first rapid application development tool
> designed for Google Android smartphones. Additionally MobiForms apps
> will run on other platforms such as Windows Mobile without any
> changes.
>
> With MobiForms there is no need to download and learn Eclipse, the
> Android SDK, Java or XML. MobiForms offers one compact tool for
> development and deployment with most programming done with drag and
> drop.
>
> MobiForms is ideal for creating database orientated business apps.
> Apps that would traditionally take hours or days to create can be
> generated in minutes with MobiForms.
>
> For more information please have a look at http://www.mobiforms.com
>
> You may be interested to learn that we have also recently added Google
> Android support for our MobiForms Sync Server. This enables online
> synchronisation and offline database buffering for apps where
> connectivity may not be guaranteed such as for Field Service, Surveys
> and Risk Assessments.
>
> Kind regards,
>
> Tim @ MobiForms
>
> Raineesh Pereira wrote:
> > Need some good stuff to learn Android... Am a new Android Developer...
>
> --
> You received this message because you are subscribed to the Google
> Groups "Android Developers" group.
> To post to this group, send email to android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en
>

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

  1   2   >