Re: [android-developers] Re: android game development

2011-08-11 Thread Matheus Bodo
Hi Samuel,

Beginning Android Games is a really good book, and you will learn the base
to do what you want.

I bought this book last week and till now (30%) it totally worth it.

Cheers,
Matheus

On Tue, Aug 9, 2011 at 2:49 AM, Samuel jrl...@gmail.com wrote:

 Thanks Mohammed,

 Did you have it?
 Can I found how to create scrolling screen, walking, jumping such as
 Mario game ?

 Regards..

 On Aug 9, 11:01 am, Mohammed Hossain Doula hossaindo...@gmail.com
 wrote:
  Beginning Android Games by Mario-Zechner...
 
 
 
 
 
 
 
 
 
  On Tue, Aug 9, 2011 at 9:59 AM, Samuel jrl...@gmail.com wrote:
   Hi,
 
   I am interested to develop game in android. I'm looking for book about
   developing android game but can't decide which book should I buy.
   I hope through that book I know how to scrolling screen, shooting,
   jumping and other usual game actions.
 
   If you know good book for that, please inform me.
 
   thanks in advance..
   Joseph
 
   --
   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
 
  --
  *--
  Mohammed Hossain Doula
  Software Engineer
  desme INC.*
  *www:http://www.hossaindoula.com
  @: ron...@desme.com*
  *facebook:http://www.facebook.com/ROnyWorld*
  *twitter:http://www.twitter.com/hossaindoula*
  *blogspot: hossaindoula.blogspot.com
  GSM: 00880-167-4347101*

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




-- 
Matheus Augusto Bodo

-- 
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] Help Me!!!!!

2011-08-11 Thread Matheus Bodo
Also, there's the http://developer.android.com/ website that is really
useful.

On Tue, Aug 9, 2011 at 3:29 AM, Robin Talwar
r.o.b.i.n.abhis...@gmail.comwrote:

 dude there are lots of videos out on youtube and other websites also just
 google it

 books from appress are good both beginning and pro android development

 download them from torrent


 On Sat, Aug 6, 2011 at 8:52 PM, RAJU V kathiriraj...@gmail.com wrote:

 Hi Am RAJU
   Am New to this android development so please help me by giving
 some android e-books to develop the apps in beginner manner please am
 begging you to send some e-books to develop android application

 ~~RAJU~~
 ~~www.itdoall.co.cc~~

 --
 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
 Abhishek Talwar
 9953395712

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




-- 
Matheus Augusto Bodo

-- 
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] Android Application Development

2011-08-10 Thread Matheus Bodo
I don't know if I undertood your question, but the way you wrote your code,
it will write the source code of the page in the Log.

If your intention was to open the browser to load the url, you should do it
via Intent.

This may help you:

http://developer.android.com/guide/topics/intents/intents-filters.html
http://www.androidsnippets.com/open-browser-to-web-page-url-via-intent


2011/8/9 TreKing treking...@gmail.com

 On Sat, Aug 6, 2011 at 3:19 AM, Lakshmi Priya 
 lakshmi_pr...@simply-logic.com wrote:

 Instead of the website opening up on the android emulator the source code
 appears.


 What does the source code appears mean?


 -
 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




-- 
Matheus Augusto Bodo

-- 
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] Wifi Scanning code

2011-08-10 Thread Matheus Bodo
If you are using Eclipse, look for the LogCat tab to get more information
about the exception that's being thrown. This way it's easier to know what's
the problem.

Cheers,
Matheus

2011/8/6 Gabor T. t.gabo...@gmail.com

 Here is my code:
 package hu.wifx.droid;

 import android.app.Activity;
 import android.os.Bundle;
 import android.widget.Button;
 import android.widget.TextView;
 import android.view.View;
 import java.util.List;
 import android.content.BroadcastReceiver;
 import android.content.Context;
 import android.content.Intent;
 import android.content.IntentFilter;
 import android.net.wifi.ScanResult;
 import android.net.wifi.WifiManager;

 public class WifXActivity extends Activity {

TextView mText;
WifiManager mWifi;
ListScanResult wifiList;
StringBuilder _sb = new StringBuilder();


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

Button btn1 = (Button) findViewById(R.id.btn1);
btn1.setOnClickListener(new View.OnClickListener()
{
public void onClick(View arg0)
{
// TODO Auto-generated method stub
StartTester();
}
});
}

public void StartTester()
{
//startActivity(new Intent(this, WIfiScanner.class));
IntentFilter i = new IntentFilter();
i.addAction(WifiManager.SCAN_RESULTS_AVAILABLE_ACTION);

mText = (TextView) findViewById(R.id.mainText);
mWifi = (WifiManager)
 getSystemService(Context.WIFI_SERVICE);
registerReceiver(new BroadcastReceiver(){
public void onReceive(Context c, Intent i) {
WifiManager w = (WifiManager)
 c.getSystemService(Context.WIFI_SERVICE);
wifiList = w.getScanResults();

_sb = new StringBuilder();

for(int m = 0; m  wifiList.size(); m++)
{

  _sb.append((wifiList.get(m)).toString());
_sb.append(\\n);
}

mText.setText(_sb);
}
}, i);

WifiManager WM = (WifiManager)
 getSystemService(Context.WIFI_SERVICE);
WM.setWifiEnabled(true);
WM.startScan();
}
 }

 No errors,
 but when I start the emulator and click on button1:The application has
 stopped unexpectedly. 
 Why?

 Please help me!
 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




-- 
Matheus Augusto Bodo

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