[android-developers] Can i play with Google Maps in Android using HTML5 and jQuery

2010-11-23 Thread Maxood
I have found this useful tutorial for iPhone for Geo-Location using HTML5 and jQuery: www.mobile.tutsplus.com/tutorials/html5/html5-geolocation/ Wonder if i can do the same thing in Android? Any guidelines, tutorials and useful resources would be appreciated. -- You received this message

[android-developers] Re: Speech to Text (STT) Support on Android Keyboard

2010-07-23 Thread Maxood
://www.twitter.com/maxood On Jul 22, 11:33 am, Niral Shah niralhs...@gmail.com wrote: We have a 2.1 sdk(eclair) version Samsung device, which has virtual keyboard with a microphone indicator to support speech to text (STT). Our application is mostly a text entry application and uses Inputconnection class

[android-developers] Re: Play Sound File

2010-07-23 Thread Maxood
Look up in the documentation for android.media.MediaPlayer on the android website. Also go through this documentation as well: http://developer.android.com/reference/android/media/MediaPlayer.html Maqsood http://twitter.com/maxood On Jul 21, 11:57 pm, Monali jain.mon...@gmail.com wrote: Hi

[android-developers] Re: Android Socket Communication

2010-07-23 Thread Maxood
I like to make a multi-player game on android like chess, checkers,etc. and shall look forward to updates on this thread. Looking for feedback on multi-player games. Thanks On Jul 20, 9:37 am, stephan dkn...@googlemail.com wrote: First question: Generally you could distinguish the applications

[android-developers] Playing a video in VideoView in Android

2010-07-16 Thread Maxood
I can't figure out why am i not able to play the video in my VideoView. All i'm getting a message is Cannot Play Video : Sorry, this video cannot be played. I created an SD card for my emulator as well. Do i need to place me SD card in a particular folder in my SDK? Please comment. Here's the

[android-developers] Re: 3D Game Development

2010-07-14 Thread Maxood
Thank you Robert! We make games on FB and iPhone. We have a growing Android team.Have a look at our apps here and let me know how we can benefit each other: http://www.avenuesocial.com/mob-app.php Maqsood http://www.twitter.com/maxood On Jul 9, 11:09 am, Robert Green rbgrn@gmail.com

[android-developers] Re: Rapid Android Development with AML, looking for feedback

2010-07-14 Thread Maxood
. Maqsood http://www.twitter.com/maxood On Jul 13, 8:14 pm, Jeff Rowberg jeffrowb...@gmail.com wrote: Hello again everyone, Due to the response I got from DZone, I've migrated my AML project to its own website, which you can find here: http://www.amlcode.com My quest for feedback and input from

[android-developers] Re: Speech to text not working behind corporate firewall

2010-07-14 Thread Maxood
I have a simple question here: Is it possible to develop a Speech To Text app on Android? Thank you On Jul 6, 4:12 am, greg sep...@eduneer.com wrote: Pardon me.  I mixed up the order of the words speech and text. When you asked about speechtotext, I thought of texttospeech ... perhaps because

[android-developers] Re: classes

2010-07-12 Thread Maxood
You can always create an object of another class in your class's methods by using the new keyword. Checkout this book here and give me your feedback:http://apress.com/ book/view/9781430231561 Maqsood Twitter: http://www.twitter.com/maxood Blog: http://maxood-android-corner.blogspot.com/ On Jul

[android-developers] Re: Can load html from assets but loading JS, CSS from within that HTML is another story ...

2010-07-08 Thread Maxood
Look into the WebViewDemo here: http://code.google.com/p/apps-for-android/ Maqsood On Jul 7, 10:21 pm, Connick oconn...@gmail.com wrote: I'm loading html into a webview from my assets folder, works no problem. In my second experiment I've loaded HTML from a database (after pulling from remote

[android-developers] Re: Android developer in Brazil

2010-07-08 Thread Maxood
Hi, This is Maqsood from Avenue Social. Do subscribe to my blog, The Android Corner: http://www.maxood-android-corner.blogspot.com/ Maqsood On Jul 6, 12:56 pm, Vinicius De Carvalho Freitas vinicius.de.carvalho.frei...@gmail.com wrote: Hi!     I´m a software developer and I couldn't be out

[android-developers] Re: Game Development

2010-07-06 Thread Maxood
Can you please post the complete code. Do you want to draw the bitmap in your onCreate method? Thank you On Jul 5, 9:13 pm, android_interest kar...@gmail.com wrote: Hello, I have following example code: Character c = CharacterFactory.getCharacter(CharacterEnum.SpecialCharacter);

[android-developers] Re: Game Development

2010-07-06 Thread Maxood
Thanks, Maxood http://www.maxood-android-corner.blogspot.com/ On Jul 5, 9:13 pm, android_interest kar...@gmail.com wrote: Hello, I have following example code: Character c = CharacterFactory.getCharacter(CharacterEnum.SpecialCharacter); //factory has applicationContext reference

[android-developers] Re: Looking for programmer - iMagnifier.com

2010-06-27 Thread Maxood
I guess this is right URL http://imagnifier.com/ because the aforementioned requested URL /www.iMagnifier.com was not found on the server. Please confirm. We will be happy to inform you how far it is feasible to develop such an application on Android. We have made a number of apps on Android for

[android-developers] Re: How can save an online image in my res folder in android?

2010-04-28 Thread Maxood
, Kumar Bibek On Apr 26, 1:04 pm, Maxood maqs...@salsoft.net wrote: Is it possible to save an online image to my res folder in android? Please provide the relevant code. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] How can save an online image in my res folder in android?

2010-04-26 Thread Maxood
Is it possible to save an online image to my res folder in android? Please provide the relevant 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

[android-developers] Dynamic Flipping Screen(like that of iPhone) in Android

2010-04-20 Thread Maxood
How can i make a dynamic flipping screen(like that of iPhone) in Android I am parsing data through the web service. I want the flipping horizontally rather than vertically. Here is a tutorial where ViewFlipper is used but it is for static data. Suppose we have 2 activities with their respective

[android-developers] Re: Dynamic Flipping Screen(like that of iPhone) in Android

2010-04-20 Thread Maxood
android:orientation=vertical android:layout_width=fill_parent android:layout_height=fill_parent android:background=@drawable/menu /AbsoluteLayout On Apr 20, 12:33 am, MobDev developm...@mobilaria.com wrote: Do you mean ascreentransition Animation ? On 20 apr, 09:17, Maxood maqs...@salsoft.net

[android-developers] Why am i getting same values of different JSON date values?

2010-04-16 Thread Maxood
I do not know the reason why am i getting same values of different JSON date values. Here is my code for parsing date values in JSON date format: package com.jsondate.parsing; import java.text.SimpleDateFormat; import java.util.Date; import android.app.Activity; import android.os.Bundle; import

[android-developers] Re: How to parse JSON in Java?

2010-04-15 Thread Maxood
)                 {                         text = Other Exception: + ex.getMessage() + \n;                 } Maybe there's a better way to do this but this is how I did it before. Hope this help you. On Apr 7, 11:05 am, Maxood maqs...@salsoft.net wrote: I have the following JSON text that i need to parse to get pageName

[android-developers] How to populate ListView dynamically with Images from Web

2010-04-15 Thread Maxood
How can i populate my list view dynamically with images retrieved from the web through push notification. I have used Mark Murphy's code for fancy lists: import java.io.IOException; import java.io.InputStream; import java.net.HttpURLConnection; import java.net.URL; import java.net.URLConnection;

[android-developers] How to parse JSON in Java?

2010-04-07 Thread Maxood
I have the following JSON text that i need to parse to get pageName, pagePic, post_id, etc. What is the required code? pageInfo: { pageName: abc pagePic: http://profile.ak.fbcdn.net/object2/367/… } posts: [ { post_id: 160119538822_302076968822 actor_id: 1183856639 picOfPersonWhoPosted:

[android-developers] Android Class Issue

2010-04-04 Thread Maxood
I have updated software and ADT in my Eclipse a number of times. I am unable to run projects above than 1.5.I have the following errors showing up in my console window after i create a HelloWorld project with API Level 4 (1.6): [2010-04-04 22:21:53 - Framework Resource Parser] Collect resource

[android-developers] How to use facebook connect api?

2010-03-30 Thread Maxood
What's the procedure to run Facebook Connect application in android? Here is the link:http://code.google.com/p/fbconnect-android/ Please explain step by step. I'm having errors in my manifest file: activity android:name=com.codecarpet.fbconnect.FBLoginActivity

[android-developers] Accessing Email Addresses

2010-03-17 Thread Maxood
I have the following code through which i am able to retrieve phone numbers. Somehow , i am not able to retrieve email addresses by using android.provider.Contacts.People API. Any ideas? import android.app.AlertDialog; import android.app.ExpandableListActivity; import

[android-developers] How to make sure an Android App works on most smartphones?

2010-03-07 Thread Maxood
How can i make sure that my android app works on majority of the devices in the market. What testing tools do i have to use? Obviously if there are 12 or more smartphones in the market then i cannot buy each of them to test my app.So what should i do? Wonder if Dvice

[android-developers] Re: Which is the bestAndroid Devs Device?

2010-03-07 Thread Maxood
On Mar 5, 3:55 am, Jalal jalalso...@gmail.com wrote: Hello everyone, I'm developing an Android application in my school department. We are interested in purchasing a Developer Device to have more testing capabilities than the Android emulatior has offer. Which one supports the largest

[android-developers] How to make a multi-player game on Android

2010-03-05 Thread Maxood
Wonder how can we make a multi-player game in android. Lets say for 2 players like Chess, Scrabble, Draughts, etc. Can anyone guide me on this please? Thank you. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] Re: How to make a multi-player game on Android

2010-03-05 Thread Maxood
) directly. It depends on if you want a turn based game and if you plan to build other clients (Borwser based?) etc. On Mar 5, 12:58 pm, Maxood maqs...@salsoft.net wrote: Wonder how can we make a multi-player game in android. Lets say for 2 players like Chess, Scrabble, Draughts, etc. Can

[android-developers] Re: How to make a multi-player game on Android

2010-03-05 Thread Maxood
On Mar 5, 6:03 am, Gavin Aiken gavin.ai...@imperial.ac.uk wrote: Bluetooth is just for close quarters, you want two players on two phones within 10 feet? On Fri, Mar 5, 2010 at 1:41 PM, Maxood maqs...@salsoft.net wrote: Let's say it is simply a turn based game then do i have to use

[android-developers] Re: How to make a multi-player game on Android

2010-03-05 Thread Maxood
I want these players to receive game invitation though this app and then they should be able to play it ...like Chess or Checkers. And they can be anywhere in the world. Is it possible? Whats the feasibility? Wonder if a player can invite another player who lives in the locality? Please comment

[android-developers] Re: What is the main differences between android sdk 1.5 and android sdk 2.0

2010-03-02 Thread Maxood
. For more info just visit www.android.com. Maqsood http://www.twitter.com/maxood On Mar 2, 9:27 pm, bhas bhaskar...@gmail.com wrote: Hi I am New to the android ,what is the difference between android sdk 1.5 and android sdk 2.0 Thanks in Advance' Regards Bhaskar -- You received

[android-developers] Drawing a Pie Chart in Android

2010-02-16 Thread Maxood
I want to draw charts like pie charts to display stats in my Android app. As Android doesn't support Swing and AWT, i wonder how can i draw charts in Android? Please note that i don't want to use a third party tool. This is something i have come up with after looking into API Demos: package

[android-developers] Re: Battery Temperature

2010-02-15 Thread Maxood
I also want to show exactly the same battery level information in my app. Wonder if you have found the relevant code/solution so far? On Jan 18, 10:53 am, Narseo Vallina nar...@gmail.com wrote: Hi, all I'm trying to obtain thebatterytemperature, thebatteryvoltage and thebatterycurrent. The

[android-developers] Re: Android 2.0 battery level

2010-02-15 Thread Maxood
Hi Mark! I want to display Batter level stats in my app as shown in the following link: http://itunes.apple.com/us/app/app-genie/id352781306?mt=8 Wonder how can i access batter voltage/power information at runtime? On Dec 23 2009, 5:50 pm, Mark Murphy mmur...@commonsware.com wrote: Motalen

[android-developers] Setting Ringtone Query

2009-12-31 Thread Maxood
I have sounds files in my res/raw folder and i want to select a sound to set as a ringtone on the click of a button. Wonder how can i do that? -- 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] Handling Exception in a MediaFile app

2009-12-19 Thread Maxood
I'm developing a media file app that is meant to play sounds stored in my raw folder. There are about 32 sounds in all. And this is what i'm doing on the click of each button: Button btnGrowUp = (Button) this.findViewById(R.id.GrowUp); btnGrowUp.setOnClickListener(btnGrowUpListener);

[android-developers] Playing Flash file in Android

2009-12-11 Thread Maxood
Does Android support flash? If yes then i need an example code to play a flash file. Wonder if we can play a flash file in WebView? Waiting for reply -- 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] Adding a Search, Bookmark Feature

2009-12-07 Thread Maxood
I have my entire data stored in the form of strings in an array. I am fetching each string randomly from the array on the onTouch/onClick event. Now i want to enable my user to bookmark the desired data. Also I want to enable my user to search the desired data from the array by providing a search

[android-developers] Referring App Feature

2009-12-04 Thread Maxood
I like to incorporate a referring app feature in my existing android apps. What i want to do is to enable the user to refer apps to other people like via email, text messaging, Facebook or/and twitter. Please suggest a working code or tutorial available online for the aforementioned

[android-developers] Making TextView Scrollable

2009-11-17 Thread Maxood
) { tv.setText(tips[i]); tv.setBackgroundResource(R.drawable.inner); } return true; } }); setContentView(tv); } } Thanks. Maxood -- You received this message because

[android-developers] Re: The application android has stopped unexpectedly

2009-11-10 Thread Maxood
): at dalvik.system.NativeStart.main(Native Method) Where am i wrong? Is there something wrong with the Cursor position? How to resolve the issue? Please guide.Thanks On Nov 8, 12:20 pm, Mark Murphy mmur...@commonsware.com wrote: Maxood wrote: Now for the SD Card, do i have to provide

[android-developers] Re: The application android has stopped unexpectedly

2009-11-10 Thread Maxood
sending setActive(false) notification to pid 769 uid 10023 Whats the issue? On Nov 8, 12:20 pm, Mark Murphy mmur...@commonsware.com wrote: Maxood wrote: Now for the SD Card, do i have to provide the file size or should i browse the file location and provide the path in the second option

[android-developers] Re: The application android has stopped unexpectedly

2009-11-08 Thread Maxood
unexpectedly Please guide, thanks. On Nov 6, 8:06 am, Mark Murphy mmur...@commonsware.com wrote: Maxood wrote: Im also having the same issue here. What are the probable causes of this runtime error...any clue? It is a very common error we see on emulators and android powered devices. Step #1: Use

[android-developers] Re: The application android has stopped unexpectedly

2009-11-08 Thread Maxood
as they are and carry on with default values? On Nov 8, 10:38 am, Mark Murphy mmur...@commonsware.com wrote: Maxood wrote: I have spotted where i was wrong and there was insufficient data...right! My app is running just fine on the emulator. Now i need to deploy my app on the device and need to know

[android-developers] Scroll Event in Android

2009-11-04 Thread Maxood
I am developing an app in which i am using random numbers to retrieve data from my database and drawable from an array. Here is my code: public class Facts extends Activity { /** Called when the activity is first created. */ @Override public void onCreate(Bundle savedInstanceState)

[android-developers] Source Code required for Android App

2009-10-30 Thread Maxood
to ask me on my hotmail id: maqsood_rah...@hotmail.com. Payment will be made on the desired time. Waiting for your reply, Maxood --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: How to Obtain Endless Views

2009-10-27 Thread Maxood
Can you please give or refer me an example code or a link here. On Oct 26, 2:26 pm, Paul Turchenko paul.turche...@gmail.com wrote: Sounds like ListView with custom Adapter. On Oct 26, 7:53 am, Maxood maqs...@salsoft.net wrote: I am developing an application in which a user keeps

[android-developers] Re: Data Retrieval in Android

2009-10-26 Thread Maxood
Its quite crisp and clear now! Thanks a lot Mark for your enormous help and effective guidelines. On Oct 23, 9:58 am, Mark Murphy mmur...@commonsware.com wrote: Maxood wrote: Also do i have to use the android.database.sqlite.SQLiteQueryBuilder for building and running the SELECT query

[android-developers] Database Creation in android

2009-10-25 Thread Maxood
I want to know for some reason why my database is not being created. I cannot see my database in the relevant folder after running the project. I have the following code: import android.content.ContentValues; import android.content.Context; import android.database.Cursor; import

[android-developers] How to Obtain Endless Views

2009-10-25 Thread Maxood
I am developing an application in which a user keeps on scrolling and each view displays a single text. The views are not suppose to end. How can i achieve that? Hope my question is clear.Waiting for the reply --~--~-~--~~~---~--~~ You received this message

[android-developers] Data Retrieval in Android

2009-10-23 Thread Maxood
I am a bit confused. As i am new to database development in android, i need to know the following: 1. Where i will keep the SQLite database file (what path)? 2. I know that i will use import android.database.sqlite.SQLiteDatabase and import android.database.sqlite.SQLiteOpenHelper ? 3. Do i

[android-developers] Re: Data Retrieval in Android

2009-10-23 Thread Maxood
: Maxood wrote: 1. Where i will keep the SQLite database file (what path)? By default, they will go in /data/data/your.package.here/databases 2. I know that i will use import android.database.sqlite.SQLiteDatabase and import android.database.sqlite.SQLiteOpenHelper ? U...that's

[android-developers] Re: Data Retrieval in Android

2009-10-23 Thread Maxood
...@commonsware.com wrote: Maxood wrote: Where is this path: /data/data/your.package.here/databases? On your emulator or device, though you can only browse to it on the emulator. And, of course, your.package.here is replaced by your own app's package name. None of the books talk

[android-developers] Re: Data Retrieval in Android

2009-10-23 Thread Maxood
Also do i have to use the android.database.sqlite.SQLiteQueryBuilder for building and running the SELECT query? And also what do i have to do with the database file? On Oct 23, 9:16 am, Maxood maqs...@salsoft.net wrote: My requirement is simple , i just have to fetch or retrieve the data from

[android-developers] Re: A Simple Graphic App on Android

2009-09-11 Thread Maxood
as they claim to have Facebook,Twitter and Flicker apps running on these phones.And there are flash based games on Facebook. Can you confirm this? Also you are welcome to visit my blog: http://maxood-android-corner.blogspot.com/ And you can follow me on twitter on: http://twitter.com/maxood Thank

[android-developers] A Simple Graphic App on Android

2009-09-10 Thread Maxood
I like to explore the android.graphics.* api. The app i am aiming to develop 3 events: 1. Click 2. MouseOver 3. DragAndDrop What i want to do initially is to add a simple graphic file in my app that can respond to above events. Could someone provide me with a simple source code here. I have