Re: [android-developers] Re: What is the best phone to buy for Android Development?

2012-10-01 Thread Yue Zeng
Emulator is enough 4 *new learners*.

On Mon, Oct 1, 2012 at 4:09 PM, Peter Webb  wrote:

> Doesn't really matter. I find myself testing on 4 different devices in the
> emulator - corresponding to different screen sizes. The only time I load
> into a real device is just before a release, and that's just habit (see
> what it looks like on real screen) rather than a requirement. The fact is
> that you have to test on multiple devices, and just because you own a real
> device as well doesn't help much. The only time I have ever used a real
> device for something meaningful is to measure frame-rates in games; the
> emulator on my PC runs at about 1/5th the rate of my HTC Desire 1 Ghz phone
> for 2D graphics so occassionally its good to see how fast the game runs on
> real devices. Most apps aren't real-time, and this is a pretty minor use.
>
> I would buy an Android phone/tablet if you need a phone or tablet for
> other reasons, and buy one for those other reasons. The fact is that a real
> device doesn't actually help you much in developing apps.
>
>
>
>
>
> On Monday, October 1, 2012 5:54:28 AM UTC+10, Nilashis Dey wrote:
>
>> I am new to Android Development and would like to know which phone I
>> should get to test my apps? Obviously, I would like the phone for which
>> drivers for all devices are easily available and for which I would find the
>> most amount of support discussions online - for when I run into problems.
>
>  --
> 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] hi..

2012-10-01 Thread Yue Zeng
guys,you just should learn to search your questions  from the search engine
like www.google.com.


On Mon, Oct 1, 2012 at 3:40 PM, Ibrahim Sada wrote:

> HI
> Guys How to store and retrive the image in sqlite database...
> 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 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] A possible bug: MPEG4Extractor contains two copies of mIsDrm

2012-09-17 Thread Yue Zeng
so,just check the code according to the tips.

On Mon, Sep 17, 2012 at 2:08 PM, eaglessong  wrote:

> I noticed the following and it looks like a bug to me:
>
> MPEG4Extractor contains two copies of mIsDrm. One is obtained from its
> based class MediaExtractor and the other is defined in MPEG4Extractor.h.
> The one defined in MPEG4Extractor.h is ALWAYS false which causes all checks
> against it to be true to fail (e.g. the check in
> MPEG4Extractor::parseChunk).
>
> --
> 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] hi...

2012-09-17 Thread Yue Zeng
if you,just to search the word like "send mail in android code" in Google or
other , you will find it better!

On Mon, Sep 17, 2012 at 2:34 PM, Asheesh Arya wrote:

> yeah its ok!
>
>  --
> 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] .csv file reading code in android

2012-09-17 Thread Yue Zeng
why stored in csv file? you can just use the sqlite to store the data,and
use the csv file to output it?

On Mon, Sep 17, 2012 at 3:14 PM, Anoop C  wrote:

> Dear All,
>
> I"m try to create a remote login. Data content is in users.csv
> format. I want to connect using SQLite. But still i don get any idea about
> how to connect the .csv file and SQLite..
> Please give some support for finding the code for connecting .csv file and
> SQLite..
>
>
>
> Thansk& Regards
> Anoop Narayanan C
> an...@biscommunication.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

-- 
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] hwo to send command to i2c bus from the user space?

2011-08-16 Thread Yue Zeng
hi my friends,
plz do me a favour to show me howto send command to i2c bus from the
user space.
and example code will be good.

Yours
Yue Zeng

-- 
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 read *.CHM File ?

2011-08-16 Thread Yue Zeng
TreKing ,you said something better than nothing.

On Sun, Aug 14, 2011 at 3:02 PM, TreKing  wrote:

> On Sun, Aug 14, 2011 at 1:50 AM, mahdi  wrote:
>
>> is any library for read chm file in android ?
>>
>
> Not in the SDK, which is what this group is for. There may be some java
> libraries available for this purpose somewhere. Again, Google is your friend
> here.
>
>
>
> -
> 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
>

-- 
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] Communication between android app and application on a remote server

2011-07-29 Thread Yue Zeng
Chinese?
On 26/07/2011 12:49 PM, "work_84"  wrote:
> Hello,
>
> I am developing an Android application which has to send/receive data
> to/from a remote server securely.
> The Android application has to authenticate the server and the server
> needs to authenticate the device. The data sent/received should also
> be encrypted.
> I have implemented similar feature on desktop applications using
> OpenVPN and thrift(Since the server is in C++ and the client in java).
> I was planning to use the same on Android but am not sure if openvpn
> package is available to be used by android applications.
>
> Any suggestions on this will be very much helpful.
>
> 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 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