Re: [android-developers] Can I get SharedPreferences outside activity or service without Context object.

2012-11-08 Thread Marcelo Henrique
static void main? Is not exits in Android, but OnCreate
Em 08/11/2012 07:55, Jayawant Jagtap jayawant.jag...@gmail.com escreveu:

 Hello,

 I want to get instance of the SharedPreferences in the class which is not
 derived from Activity or Service, Can I get it without paasing Context
 object to that class.

 class Helper{
 private SharedPreferences mPref = *null* ;
 private String data=;

 private *static* *final* String *KEY* = key;

 public static void init(Context a){
 mPref= a.getSharedPreferences(*PREF_FILE*, 0);

 data=mPref.getString(*KEY*, **);
 }

 public string getdata{
 return data;   //In this method if data is empty string
 due to init method is not called in some case,I want to call init() method
 from here.
 }   //But I don't have context object. I
 can't call init  before each getdata() call because there also context
 object is not available in some cases.
 }  // I can store Context object as Helper
 class variable,but it is failing if first getdata() call executes before
 init() call.

 --
 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] Fwd: فراخوان جهیزیه ای برای نوعروسی دیگر با مدد حضرت موسی بن جعفر علیه السلام* لطفا اطلاع رسانی کنید به دوستان

2012-06-16 Thread Marcelo Henrique
English please

2012/6/16 asheesh arya asheesharya...@gmail.com

 what the language ?

  --
 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




-- 
  - Marcelo Henrique -
  Se não puder se destacar pelo talento, vença pelo esforço. (Dave
Weinbaum)

-- 
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]

2012-03-27 Thread Marcelo Henrique
code java ?

2012/3/27 med Mehdi bettaieb medmehdi.betta...@gmail.com

 hello
 i have problem in this file xml please help me
   Could not create tab content because could not find view with id -1

 this is my code xml

 ?xml version=1.0 encoding=utf-8?
 TabHost xmlns:android=http://schemas.android.com/apk/res/android;
android:id=@+id/tabs android:layout_width=fill_parent
android:layout_height=wrap_content
LinearLayout android:orientation=vertical
?xml version=1.0 encoding=utf-8?
 TabHost xmlns:android=http://schemas.android.com/apk/res/android;
android:id=@+id/tabs android:layout_width=fill_parent
android:layout_height=wrap_content
LinearLayout android:orientation=vertical
android:layout_width=fill_parent
 android:layout_height=fill_parent
TabWidget android:id=@android:id/tabs
android:layout_width=fill_parent
 android:layout_height=wrap_content /
FrameLayout android:id=@android:id/tabcontent
android:layout_width=fill_parent
 android:layout_height=wrap_content
ScrollView android:layout_width=fill_parent
android:layout_height=wrap_content
include android:id=@+id/content1
 layout=@layout/tab_today /
/ScrollView
ScrollView android:layout_width=fill_parent
android:layout_height=wrap_content
include android:id=@+id/content2
 layout=@layout/tab_qibla /
/ScrollView
/FrameLayout
/LinearLayout
 /TabHost?xml version=1.0 encoding=utf-8?
 TabHost xmlns:android=http://schemas.android.com/apk/res/android;
android:id=@+id/tabs android:layout_width=fill_parent
android:layout_height=wrap_content
LinearLayout android:orientation=vertical
android:layout_width=fill_parent
 android:layout_height=fill_parent
TabWidget android:id=@android:id/tabs
android:layout_width=fill_parent
 android:layout_height=wrap_content /
FrameLayout android:id=@android:id/tabcontent
android:layout_width=fill_parent
 android:layout_height=wrap_content
ScrollView android:layout_width=fill_parent
android:layout_height=wrap_content
include android:id=@+id/content1
 layout=@layout/tab_today /
/ScrollView
ScrollView android:layout_width=fill_parent
android:layout_height=wrap_content
include android:id=@+id/content2
 layout=@layout/tab_qibla /
/ScrollView
/FrameLayout
/LinearLayout
 /TabHost

 --
 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




-- 
  - Marcelo Henrique -
  Se não puder se destacar pelo talento, vença pelo esforço. (Dave
Weinbaum)

-- 
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]

2012-03-27 Thread Marcelo Henrique
http://developer.android.com/resources/tutorials/views/hello-tabwidget.html

2012/3/27 Marcelo Henrique marceloh...@gmail.com

 code java ?


 2012/3/27 med Mehdi bettaieb medmehdi.betta...@gmail.com

 hello
 i have problem in this file xml please help me
   Could not create tab content because could not find view with id -1

 this is my code xml

 ?xml version=1.0 encoding=utf-8?
 TabHost xmlns:android=http://schemas.android.com/apk/res/android;
android:id=@+id/tabs android:layout_width=fill_parent
android:layout_height=wrap_content
LinearLayout android:orientation=vertical
?xml version=1.0 encoding=utf-8?
 TabHost xmlns:android=http://schemas.android.com/apk/res/android;
android:id=@+id/tabs android:layout_width=fill_parent
android:layout_height=wrap_content
LinearLayout android:orientation=vertical
android:layout_width=fill_parent
 android:layout_height=fill_parent
TabWidget android:id=@android:id/tabs
android:layout_width=fill_parent
 android:layout_height=wrap_content /
FrameLayout android:id=@android:id/tabcontent
android:layout_width=fill_parent
 android:layout_height=wrap_content
ScrollView android:layout_width=fill_parent
android:layout_height=wrap_content
include android:id=@+id/content1
 layout=@layout/tab_today /
/ScrollView
ScrollView android:layout_width=fill_parent
android:layout_height=wrap_content
include android:id=@+id/content2
 layout=@layout/tab_qibla /
/ScrollView
/FrameLayout
/LinearLayout
 /TabHost?xml version=1.0 encoding=utf-8?
 TabHost xmlns:android=http://schemas.android.com/apk/res/android;
android:id=@+id/tabs android:layout_width=fill_parent
android:layout_height=wrap_content
LinearLayout android:orientation=vertical
android:layout_width=fill_parent
 android:layout_height=fill_parent
TabWidget android:id=@android:id/tabs
android:layout_width=fill_parent
 android:layout_height=wrap_content /
FrameLayout android:id=@android:id/tabcontent
android:layout_width=fill_parent
 android:layout_height=wrap_content
ScrollView android:layout_width=fill_parent
android:layout_height=wrap_content
include android:id=@+id/content1
 layout=@layout/tab_today /
/ScrollView
ScrollView android:layout_width=fill_parent
android:layout_height=wrap_content
include android:id=@+id/content2
 layout=@layout/tab_qibla /
/ScrollView
/FrameLayout
/LinearLayout
 /TabHost

 --
 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




 --
   - Marcelo Henrique -
   Se não puder se destacar pelo talento, vença pelo esforço. (Dave
 Weinbaum)




-- 
  - Marcelo Henrique -
  Se não puder se destacar pelo talento, vença pelo esforço. (Dave
Weinbaum)

-- 
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] Google IO

2012-03-27 Thread Marcelo Henrique
someone registered ?

-- 
  - Marcelo Henrique -
  Se não puder se destacar pelo talento, vença pelo esforço. (Dave
Weinbaum)

-- 
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] Google IO

2012-03-27 Thread Marcelo Henrique
forget.

Google IO 2012

2012/3/27 Justin Anderson magouyaw...@gmail.com

 Wrong group... Try the android discuss group
 On Mar 27, 2012 8:47 AM, Marcelo Henrique marceloh...@gmail.com wrote:

 someone registered ?

 --
   - Marcelo Henrique -
   Se não puder se destacar pelo talento, vença pelo esforço. (Dave
 Weinbaum)

  --
 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




-- 
  - Marcelo Henrique -
  Se não puder se destacar pelo talento, vença pelo esforço. (Dave
Weinbaum)

-- 
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] Json parsing problem using gson

2012-03-06 Thread Marcelo Henrique
code ???

2012/3/6 T.M.S.VIJAYKUMARR iamvijayaku...@gmail.com

 Hi,

 i think your parsing integer value may be null ,check it.

 On Tue, Mar 6, 2012 at 7:39 PM, vani reddy vani.reddy.bl...@gmail.comwrote:

 Hi friends,

 I am using GSON to parse the json, when some user logs in, it parses
 properly but when someother user logs in it throws NumberFormatException.
 I checked the JSON response also, its a valid JSON
 How to debug this app.



 --
 Regards,
 Vani Reddy

  --
 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  Regards,
 T.M.S.VIJAYKUMARR
 BloG:http://iamvijayakumar.blogspot.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




-- 
  - Marcelo Henrique -
  Se não puder se destacar pelo talento, vença pelo esforço. (Dave
Weinbaum)

-- 
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] CVPixelBufferGetBaseAddressOfPlane in Android

2012-03-04 Thread Marcelo Henrique
Class Sql helper.
Em 04/03/2012 09:29, abhijeet tomar abhijeet...@gmail.com escreveu:

 How to check Database created or not Pro-grammatically 

 --
 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] CVPixelBufferGetBaseAddressOfPlane in Android

2012-03-04 Thread Marcelo Henrique
Bitmapfactory
Em 04/03/2012 10:53, Marcelo Henrique marceloh...@gmail.com escreveu:

 Class Sql helper.
 Em 04/03/2012 09:29, abhijeet tomar abhijeet...@gmail.com escreveu:

 How to check Database created or not Pro-grammatically 

 --
 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] Sql Server 2008 with android

2012-02-24 Thread Marcelo Henrique
Android - WebServices - Database (Oracle, MySQL, PostGre, MSSQL)


2012/2/24 hazem omies hazem.om...@gmail.com

 hi ,

 how to implement android application that read database from Sql
 server 2008

 --
 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




-- 
  - Marcelo Henrique -
  Se não puder se destacar pelo talento, vença pelo esforço. (Dave
Weinbaum)

-- 
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] SQLite database maximum size

2012-02-17 Thread Marcelo Henrique
will you Test in emulator ?

2012/2/17 HighFlyer aleks...@gmail.com

 Hello to everyone.
 We have a big SQLite database file (~11.6 Mb) that ships with
 application. All is good except strange problem on several devices
 (Samsung Galaxy S and Galaxy 580, both running Android 2.2). System
 can't open such db file. Logcat poor with only one error message:

  sqlite returned: error code = 11, msg = database corruption found by
 source line 40107

 After that failure database file is deleted. So all data lost.
 Deleting several rows and reducing db file size to 11Mb solves
 problem.
 On other tested devices running 2.3, 3.x and 4.x version does not have
 such problem.

 So the question is:
 Does there are any documented limits to databases (size or rows count)
 for SQLite that ships with Android 2.2 and previous versions?

 --
 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




-- 
  - Marcelo Henrique -
  Se não puder se destacar pelo talento, vença pelo esforço. (Dave
Weinbaum)

-- 
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] custom tabs ...

2012-02-13 Thread Marcelo Henrique
?

2012/2/13 ANKUR GOEL ankur1...@gmail.com

 need help  to make custom tabs ..

  --
 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




-- 
  - Marcelo Henrique -
  Se não puder se destacar pelo talento, vença pelo esforço. (Dave
Weinbaum)

-- 
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] SQLiteTable is not inserting

2012-02-06 Thread Marcelo Henrique
 DBAdapter(Context ctx)
{
this.context = ctx;
helper = new DatabaseHelper(context);
}
class DatabaseHelper extends SQLiteOpenHelper
{

public DatabaseHelper(Context context) {
// TODO Auto-generated constructor stub
super(context,DATABASE_NAME ,
 null,DATABASE_VERSION);
}

@Override
public void onCreate(SQLiteDatabase db) {
// TODO Auto-generated method stub
try{
db.execSQL(DATABASE_CREATE);
}
catch (Exception e) {
// TODO: handle exception
}

}

@Override
public void onUpgrade(SQLiteDatabase db, int oldVersion, int
 newVersion) {
// TODO Auto-generated method stub

}
}
//open the data base
public DBAdapter open() throws SQLException{
db = helper.getWritableDatabase();
return this;
}
//close
public void close(){
db.close();
}

//insert user name and password
public long insertUser(String name,String password)
{
ContentValues initialValues = new ContentValues();
initialValues.put(KEY_NAME, name);
initialValues.put(KEY_PASS, password);

return db.insert(DATABASE_CREATE, null,
 initialValues);
}

 }


 package Database.login;

 import android.app.Activity;
 import android.os.Bundle;
 import android.view.View;
 import android.view.View.OnClickListener;
 import android.widget.Button;
 import android.widget.EditText;

 public class Register extends Activity {

private Button agree;
private EditText userName;
private EditText pass;
DBAdapter db = new DBAdapter(this);

@Override
protected void onCreate(Bundle savedInstanceState) {
// TODO Auto-generated method stub
super.onCreate(savedInstanceState);
setContentView(R.layout.register);
userName = (EditText)findViewById(R.id.username);
pass = (EditText)findViewById(R.id.password);
agree = (Button)findViewById(R.id.agree);

agree.setOnClickListener(new OnClickListener() {

public void onClick(View v) {
// TODO Auto-generated method stub

String userName1 = userName.getText().toString();
String password1 = pass.getText().toString();
db.open();
long id = db.insertUser(userName1, password1);
db.close();

}
});
}

 }

 i have created the respective layout xml files namely
 main.xml,register.xml .
 But table is not inserting.
 please 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




-- 
  - Marcelo Henrique -
  Se não puder se destacar pelo talento, vença pelo esforço. (Dave
Weinbaum)

-- 
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: Failed to register input channel

2012-01-24 Thread Marcelo Henrique
Device or Emulator  ?  Logcat ...  DDMS  ... is checked?
2012/1/24 William Ferguson william.ferguson...@gmail.com

 Anyone?

 On Jan 23, 11:38 am, William Ferguson william.ferguson...@gmail.com
 wrote:
  I get about one of these errors occurring roughly every 50,000 app
  starts, so it's starting to occur pretty regularly now. I have never
  managed to make it occur on a local device so I can't check the logs
  for details. The only other mention on the list was 6+ months ago and
  Nikolay didn't get much response then.
 
  Is any else seeing this or know what it means and how to combat it?
 
  I suspect it's a race condition with Activity destruction, bit I'm
  already checking if the Activity has been closed in
  JumbleeActivity#showDialogSafely before I attempt showDialog so I'm
  not sure what else I can do.
 
  William
 
  java.lang.RuntimeException: Failed to register input channel. Check
  logs for details.
  at android.view.InputQueue.nativeRegisterInputChannel(Native Method)
  at android.view.InputQueue.registerInputChannel(InputQueue.java:92)
  at android.view.ViewRoot.setView(ViewRoot.java:595)
  at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:203)
  at android.view.WindowManagerImpl.addView(WindowManagerImpl.java:117)
  at android.view.Window$LocalWindowManager.addView(Window.java:424)
  at android.app.Dialog.show(Dialog.java:241)
  at android.app.Activity.showDialog(Activity.java:2572)
  at android.app.Activity.showDialog(Activity.java:2530)
  at
 
 au.com.xandar.jumblee.JumbleeActivity.showDialogSafely(JumbleeActivity.java
 :
  195)
  at
 
 au.com.xandar.android.os.DialogTaskManager.preExecute(DialogTaskManager.jav
 a:
  78)
  at
 
 au.com.xandar.android.os.SimpleDialogTask.onPreExecute(SimpleDialogTask.jav
 a:
  39)
  at
  au.com.xandar.android.os.SimpleAsyncTask.execute(SimpleAsyncTask.java:
  46)
  at
 
 au.com.xandar.android.os.DialogTaskManager.executeTask(DialogTaskManager.ja
 va:
  66)
  at au.com.xandar.jumblee.game.GameActivity$3.onClick(GameActivity.java:
  272)
  at android.view.View.performClick(View.java:2574)
  at android.view.View$PerformClick.run(View.java:9238)
  at android.os.Handler.handleCallback(Handler.java:587)
  at android.os.Handler.dispatchMessage(Handler.java:92)
  at android.os.Looper.loop(Looper.java:130)
  at android.app.ActivityThread.main(ActivityThread.java:3691)
  at java.lang.reflect.Method.invokeNative(Native Method)
  at java.lang.reflect.Method.invoke(Method.java:507)
  at com.android.internal.os.ZygoteInit
  $MethodAndArgsCaller.run(ZygoteInit.java:907)
  at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:665)
  at dalvik.system.NativeStart.main(Native Method)

 --
 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




-- 
  - Marcelo Henrique -
  Se não puder se destacar pelo talento, vença pelo esforço. (Dave
Weinbaum)

-- 
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] por favor, divulguem!!! Pinheirinho

2012-01-24 Thread Marcelo Henrique
 absolutely
 sure of what I'm talking about. It depends on the mobilization of the
 Internet to be responsive to demand a response from the federal government
 not to allow the governor to carry away the physical evidence (the bodies)

 Source? I was in hospital. The direction has denied receiving any type of
 patient, the girl slowly appealed to the reception. She said that if I knew
 the name, she let me visit. I got the name of David Castor Furtado
 Washington, led a bullet in the back while carrying a baby. According to
 numerous witnesses, the shot was fired by a municipal guard. Another nurse
 told me he had arrived two dead children. 

 He did not talk to me, because he was scared, I'm trying to convince him
 that he will only stay alive as long as people remember his name 

 I talked to his family, who was in the hospital

 The police also disappeared with the body of two children, and killed a
 man in broad daylight, at 10 am, in front of the church and disappeared
 with the body. All the more severely wounded in the clash were taken by
 police and, with the exception of david washington, whose name was leaked
 to the press, everyone is missing. 

 I have videos, Leonardo Eloi, testimonials and confusion. But believe me,
 they are not lying.

 Man, It's difficult to update posts, ta internet here sucks, the weather
 is panic. Help me to disclose, makes scandal, I'm doing what I can.

 To seek, I upei a video showing people in the Church, and was the first
 time someone told me about the guy who was killed in the street 10 in the
 morning

 To the leaders trying to organize to pick up the names of the dead and
 wounded, but is much confusion and people are too scared to speak. I think
 in two or three days I get the best testimonials. But the update will be
 complex .. . disseminator, and nigga, believe me, I'm not talking because
 I think. Only I knew after visiting the hospital. 

 The links are only testimony at the hospital I could not pull the camera,
 my god! Look, when the hospital is lying and a nurse comes to tell you the
 truth crying, well  There are already videos showing police shooting
 in the population. 

 I know, but there is a state apparatus to erase evidence. The situation
 is, the federal police nearly exchanging fire with the PM yesterday. This
 here is a civil war, which has very little to do with race.

 The media is not even here ...
 Pedro Rios Leao
 URGENT! URGENT! Attention! Go over the municipal police in San Jose, City
 Hospital, and ROTA, Military Police of São Paulo are hijacking the wounded
 and dead, and fading with the bodies! This is REAL! Alckmin KILLER! Mobilizes
 NOW! Leao Pedro Rios
 URGENT! URGENT! Attention! Go over the municipal police in San Jose, the
 hospitals ... al City, and the ROTA, Military Police of São Paulo are
 hijacking the wounded and dead, and fading with the bodies! This is REAL! 
 Alckmin
 KILLER! Mobilizes NOW! View more .. for 10 minutes ·

  --
 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




-- 
  - Marcelo Henrique -
  Se não puder se destacar pelo talento, vença pelo esforço. (Dave
Weinbaum)

-- 
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] Scroll View

2012-01-24 Thread Marcelo Henrique
xml logcat





?xml version=1.0 encoding=utf-8?
ScrollView android:id=@+id/ScrollView02

android:layout_width=wrap_content

android:layout_height=wrap_content

xmlns:android=http://schemas.android.com/apk/res/android;
HorizontalScrollView android:id=@+id/HorizontalScrollView01

  android:layout_width=wrap_content

  android:layout_height=wrap_content
ImageView android:id=@+id/ImageView01

   android:src=@drawable/pic

   android:isScrollContainer=true

   android:layout_height=fill_parent

   android:layout_width=fill_parent

   android:adjustViewBounds=true
/ImageView
/HorizontalScrollView
/ScrollView


2012/1/24 TreKing treking...@gmail.com

 On Mon, Jan 23, 2012 at 9:18 AM, Oliviu Vais oliviu.v...@gmail.comwrote:

 What am i doing wrong?


 Well you didn't really explain what the problem is. I'm trying to do X
 is not a problem.

 What have you debugged and learned so far? What is actually not working?


 -
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices

  --
 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




-- 
  - Marcelo Henrique -
  Se não puder se destacar pelo talento, vença pelo esforço. (Dave
Weinbaum)

-- 
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: Scroll View

2012-01-24 Thread Marcelo Henrique
you need viewpager


http://android-developers.blogspot.com/2011/08/horizontal-view-swiping-with-viewpager.html

http://developer.android.com/reference/android/support/v4/view/ViewPager.html


2012/1/24 Oliviu Vais oliviu.v...@gmail.com

 I thought it's clear enough. I have a HorizontalScrollView at the
 bottom of my screen. I want to scroll it left and right by using 2
 buttons that are on each side(one for left scroll, one for right). I
 do not need help in setting the Xml. I need help for the Java class, i
 cant get my buttons to scroll continous, they scroll only once when i
 click them. I need them to scroll to the end of the View but not at
 once, in little continous steps. This is what i have so far:

 public boolean onTouch(View v, MotionEvent event) {
// TODO Auto-generated method stub
switch(v.getId()){
case R.id.bRight:
sw.smoothScrollBy(20, 0);
break;
case R.id.bLeft:
sw.smoothScrollBy(-20, 0);
break;
}
return false;

 On Jan 24, 9:42 pm, Marcelo Henrique marceloh...@gmail.com wrote:
  xml logcat
 
  ?xml version=1.0 encoding=utf-8?
  ScrollView android:id=@+id/ScrollView02
 
  android:layout_width=wrap_content
 
  android:layout_height=wrap_content
 
  xmlns:android=http://schemas.android.com/apk/res/android;
  HorizontalScrollView android:id=@+id/HorizontalScrollView01
 
android:layout_width=wrap_content
 
android:layout_height=wrap_content
  ImageView android:id=@+id/ImageView01
 
 android:src=@drawable/pic
 
 android:isScrollContainer=true
 
 android:layout_height=fill_parent
 
 android:layout_width=fill_parent
 
 android:adjustViewBounds=true
  /ImageView
  /HorizontalScrollView
  /ScrollView
 
  2012/1/24 TreKing treking...@gmail.com
 
 
 
 
 
 
 
 
 
   On Mon, Jan 23, 2012 at 9:18 AM, Oliviu Vais oliviu.v...@gmail.com
 wrote:
 
   What am i doing wrong?
 
   Well you didn't really explain what the problem is. I'm trying to do
 X
   is not a problem.
 
   What have you debugged and learned so far? What is actually not
 working?
 
  
 ---
 --
   TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
   transit tracking app for Android-powered devices
 
--
   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
 
  --
- Marcelo Henrique -
Se não puder se destacar pelo talento, vença pelo esforço. (Dave
  Weinbaum)

 --
 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




-- 
  - Marcelo Henrique -
  Se não puder se destacar pelo talento, vença pelo esforço. (Dave
Weinbaum)

-- 
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]

2012-01-21 Thread Marcelo Henrique
language English please !


2012/1/21 b0592221...@gmail.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




-- 
  - Marcelo Henrique -
  Se não puder se destacar pelo talento, vença pelo esforço. (Dave
Weinbaum)

-- 
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: How to Printf in Android development ??

2012-01-17 Thread Marcelo Henrique
Use log !

2012/1/17 unicus unicus unicus...@gmail.com

 Use System.Out.println..
 --
 More info,
 http://androidbasic-answer.blogspot.com/



 On Tue, Jan 17, 2012 at 3:05 PM, Indicator Veritatis mej1...@yahoo.comwrote:

 What 'Console'? Are you referring to DBMS output? In that case, as
 others have alreeady answered, use android.util.Log, either Log.d or
 Log.w methods. There is no 'console' on the device itself, output
 should instead go to a View.

 On Jan 13, 1:19 pm, Haider Ali haideralichoudh...@gmail.com wrote:
  Hello every one,
 
  Can any one help me how can I Print some line in Console ???
  It is not working through printf(); ?
 
  Best Regards
  Haider Ali Ch.

 --
 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




-- 
  - Marcelo Henrique -
  Se não puder se destacar pelo talento, vença pelo esforço. (Dave
Weinbaum)

-- 
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] cannot install ADT Plugin

2012-01-13 Thread Marcelo Henrique
what ?

2012/1/13 TreKing treking...@gmail.com

 On Thu, Jan 5, 2012 at 8:47 PM, Corbin enter...@gmail.com wrote:

 Eclipse is saying the files cannot be found because they cannot be found ?


 What?


 -
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices

  --
 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




-- 
  - Marcelo Henrique -
  Se não puder se destacar pelo talento, vença pelo esforço. (Dave
Weinbaum)

-- 
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] MY FIRST APP IS NOT WORKING ON PHONE / EMULATOR

2012-01-02 Thread Marcelo Henrique
look Console and logcat


2012/1/1 Vinu vinu.d...@gmail.com

 HI,

 I DEVELOPED MY FIRST APP ON ANDROID IT COMPILES PROPERLY WITHOUT ANY
 ERROR, BUT WHEN I RUN IT IN EMULATOR OR PHONE IT CRASHES.

 CAN ANY ONE 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




-- 
  - Marcelo Henrique -
  Se não puder se destacar pelo talento, vença pelo esforço. (Dave
Weinbaum)

-- 
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] MY FIRST APP IS NOT WORKING ON PHONE / EMULATOR

2012-01-02 Thread Marcelo Henrique
Use Debug as - Android Application


2012/1/2 midhun midhunvp midhu...@gmail.com

 error may be in the xml or manufest. even error is there it wont 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




-- 
  - Marcelo Henrique -
  Se não puder se destacar pelo talento, vença pelo esforço. (Dave
Weinbaum)

-- 
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: Problem Loading CM7 on my SD Nook Tablet

2011-12-30 Thread Marcelo Henrique
MIUI Android,

2011/12/30 TreKing treking...@gmail.com

 On Thu, Dec 29, 2011 at 11:52 PM, hillgoo...@charter.net 
 hillgoo...@charter.net wrote:

 So what forum do u suggest?


 http://searchengineland.com/guide/how-to-use-google-to-search


 -
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices


  --
 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




-- 
  - Marcelo Henrique -
  Se não puder se destacar pelo talento, vença pelo esforço. (Dave
Weinbaum)

-- 
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: Packing data onto socket stream ?

2011-12-29 Thread Marcelo Henrique
Use NDK. for implements you aplication in C/C++

2011/12/29 JP joachim.pfeif...@gmail.com


 Works in Java just like it does in C, with some added convenience
 functions that cut down on the amount of code you have to lay down.
 Just don't apply a Java Reader to your binary stream; it may hang up
 the Reader.


 On Dec 29, 6:47 am, SL@maxis ecp_...@my-rialto.com wrote:
  I am sorry, I think this is not strictly an android question.
 
   From an android device, I want to a message to a PC via a socket.
 
  I am going to pack my data as follows:
 
 xxxThis is a greeting.
 
  where:
 
  xxx  - message type (3 bytes, text)
   - integer, 4 bytes, length of text
  'This is a greeting.' - the actual text
 
  The program at PC needs to decode the byte stream.
 
  I have done that in C/C++; not too sure with JAVA.
 
  I have searched for a while on net, now I have got headache (I am going
 to
  take a rest for a while). :-( :-(
 
  Java gurus please recommend. Thanks.
 
  --
  Using Opera's revolutionary e-mail client:http://www.opera.com/mail/

 --
 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




-- 
  - Marcelo Henrique -
  Se não puder se destacar pelo talento, vença pelo esforço. (Dave
Weinbaum)

-- 
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] HelloWorld ..stopped unexpectedly

2011-12-27 Thread Marcelo Henrique
Give-me main.xml and manifest.xml

2011/12/27 Narendra Bagade bagadenaren...@gmail.com

 register your activity in manifest file..

 On Mon, Dec 26, 2011 at 6:24 AM, Nathan Harness 7600on...@gmail.comwrote:


 I followed the instructions on the Android Dev site for Hello World,
 using the XML version about half way down.  Please see attached screen
 shot.   The fatal exception is MAIN(.xml), with the code shown in the
 window.

 This is the contents of HelloAndroid.java:

 package com.example.helloandroid;

 import android.app.Activity;
 import android.os.Bundle;

 public class HelloAndroid extends Activity {
 /** Called when the activity is first created. */
 @Override
 public void onCreate(Bundle savedInstanceState) {
 super.onCreate(savedInstanceState);
 setContentView(R.layout.main);
 }
 }


 I'm not new to programming, but new to Eclipse and Java.  I'm sure it is
 a simple bug... I would really appreciate your help!
 Thanks,
 Nathan

  --
 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
 .

 --
 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




-- 
  - Marcelo Henrique -
  Se não puder se destacar pelo talento, vença pelo esforço. (Dave
Weinbaum)

-- 
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] Mobile applications

2011-12-21 Thread Marcelo Henrique
Hello Ali
how can we participate

2011/12/21 Ali Rangwala aliwor...@gmail.com

 Hello All,

 We're trying to brainstorm on Ideas for development of Mobile application
 - be it on Android, BB or Iphone.

 We have got some directions of Social Media and Education industries but
 not able to drill down further on what kind of apps or concepts we should
 take in particular and dwell on that further.

 If anyone of you have similar ideas, thoughts and some details that you
 can share, would be glad to listen from you.

 Thanks for your time in advance  Looking forward to your comments.

 BR,
 Ali

 --
 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




-- 
  - Marcelo Henrique -
  Se não puder se destacar pelo talento, vença pelo esforço. (Dave
Weinbaum)

-- 
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] Connect to SQLServer

2011-12-15 Thread Marcelo Henrique
create WebServices !

2011/12/15 Chamroeun Oum chamro...@myirg.com

 Hi, my name is Chamroeun

 I have problem about connecting to SQLServer from mobile phone
 ( android )
 have anyone know about this?
 Could you please help with this?

 I am really thank for your 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




-- 
  - Marcelo Henrique -
  Se não puder se destacar pelo talento, vença pelo esforço. (Dave
Weinbaum)

-- 
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] google maps api

2011-12-01 Thread Marcelo Henrique
but used look manifest.xml


?xml version=1.0 encoding=utf-8?
manifest xmlns:android=http://schemas.android.com/apk/res/android;
package=com.br.estudos
android:versionCode=1
android:versionName=1.0 

uses-sdk android:minSdkVersion=7 /

  uses-permission android:name=
 android.permission.ACCESS_COARSE_LOCATION /
uses-permission android:name=
 android.permission.INTERNET /

application
android:icon=@drawable/ic_launcher
android:label=@string/app_name
android:theme=@android:style/Theme.NoTitleBar
  uses-library android:name=com.google.android.maps /
activity
android:label=@string/app_name
android:name=.Principal
android:theme=@android:style/Theme.NoTitleBar
intent-filter 
action android:name=android.intent.action.MAIN /

category android:name=android.intent.category.LAUNCHER /
/intent-filter
/activity

/application


/manifest

2011/11/30 James Black planiturth...@gmail.com

 Under the application element in your manifest add:
 uses-library android:name=com.google.android.maps /


 On Wed, Nov 30, 2011 at 1:19 PM, Marcelo Henrique 
 marceloh...@gmail.comwrote:


 Google Maps


 main.xml
 Failed to find style 'mapViewStyle' in current theme






   - Marcelo Henrique -
   Se não puder se destacar pelo talento, vença pelo esforço. (Dave
 Weinbaum)

  --
 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




 --
 I know that you believe you understand what you think I said, but I'm not
 sure you realize that what you heard is not what I meant.
 - Robert McCloskey

 --
 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




-- 
  - Marcelo Henrique -
  Se não puder se destacar pelo talento, vença pelo esforço. (Dave
Weinbaum)

-- 
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] google maps api

2011-11-30 Thread Marcelo Henrique
Google Maps


main.xml
Failed to find style 'mapViewStyle' in current theme






  - Marcelo Henrique -
  Se não puder se destacar pelo talento, vença pelo esforço. (Dave
Weinbaum)

-- 
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: Android Development Environment?

2011-11-15 Thread Marcelo Henrique
Eclipse + ADT .,. or MotoDEV(ECLIPSE) !

2011/11/15 joebowbeer joe.bowb...@gmail.com

 The NetBeans plugin (nbandroid.org) has the most stable support for
 the new Android SDK Tools (r14+). The support is a fairly thin wrapper
 on the Ant build script and properties files, but it seems to work,
 which is more than I can say for the current state of Eclipse with ADT
 15.

 IntelliJ IDEA is not yet supporting the newest Android SDK Tools.

 On Nov 11, 1:56 pm, Jones stdjo...@gmail.com wrote:
  What development environments are most Android developers using
  (Eclipse, IntelliJ, etc)?
 
  What development platform is most prevalent (Windows, OSX, Linux)?
 
  Thanks!
  Jones/

 --
 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




-- 
  - Marcelo Henrique -
  Se não puder se destacar pelo talento, vença pelo esforço. (Dave
Weinbaum)

-- 
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] WEBCAM used as a camera AVD

2011-11-14 Thread Marcelo Henrique
WEBCAM my camera works as my AVD 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] Development platform

2011-11-07 Thread Marcelo Henrique
This is going to taste, with any distro you can develop well

2011/11/7 Pawan Singh Rathore pawan.s.rath...@gmail.com


 Best Regards,
 Pawan Rathore

 Ubuntu is best one.
 I am using 11.04


 On Sat, Nov 5, 2011 at 4:28 PM, anup anupwattam...@gmail.com wrote:

 Hello i am newbee for the android development can anyone suggest
 suitable linux platform to develop application for android phone...

 --
 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




-- 
  - Marcelo Henrique -
  Se não puder se destacar pelo talento, vença pelo esforço. (Dave
Weinbaum)

-- 
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] Proguard problem

2011-11-07 Thread Marcelo Henrique
In your project folder browse to the folder bin / it will be an apk that
was installed in the emulator,

as to look at a problem if not proguard.cfg nengum contains error

2011/11/6 André pha...@hotmail.com

 I have  a problem when I'm trying to export my project in eclipse.
 While trying to create the apk gives me this error.
 What could cause this?

 [2011-11-06 17:29:50 - Project- X] Proguard returned with error code
 1. See console
 [2011-11-06 17:29:50 - Project- X] java.io.FileNotFoundException: C:
 \android\tools\proguard\bin\X\proguard\dump.txt (The system cannot
 find the path specified)
 [2011-11-06 17:29:50 - Project- X]  at
 java.io.FileInputStream.open(Native Method)
 [2011-11-06 17:29:50 - Project- X]  at
 java.io.FileInputStream.init(Unknown Source)
 [2011-11-06 17:29:50 - Project- X]  at
 java.io.FileReader.init(Unknown Source)
 [2011-11-06 17:29:50 - Project- X]  at
 proguard.FileWordReader.init(FileWordReader.java:46)
 [2011-11-06 17:29:50 - Project- X]  at
 proguard.ConfigurationParser.parseIncludeArgument(ConfigurationParser.java:
 196)
 [2011-11-06 17:29:50 - Project- X]  at
 proguard.ConfigurationParser.parse(ConfigurationParser.java:105)
 [2011-11-06 17:29:50 - Project- X]  at
 proguard.ProGuard.main(ProGuard.java:491)

 --
 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




-- 
  - Marcelo Henrique -
  Se não puder se destacar pelo talento, vença pelo esforço. (Dave
Weinbaum)

-- 
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