[android-developers] Re. Tablet filtering

2013-06-10 Thread moktarul anam
device isn't compatible. But mobile users are able to update/install without any issue. --Moktarul Anam -- -- 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

[android-developers] Re: HTML5 Geolocation doesn't work with Android default browser

2012-05-02 Thread moktarul anam
hi, can u check whether ur GPS is on or not ? Moktarul On Tuesday, 1 May 2012 14:56:18 UTC+5:30, Aymeric Raguet wrote: Hi, I am having some difficulties with the Geolocation API in Javascript. It works very well in the following cases: - On a PC with Chrome, Opera and Safari (not

[android-developers] Re: OnTouchEvent disable

2012-04-27 Thread moktarul anam
Dear Memo, try to use view.setFocusable(false) and check Enjoy Moktarul Anam On Friday, 27 April 2012 09:16:39 UTC+5:30, Memo wrote: Hello every one, In my program, I handle a touch event on the screen using OnTouchEvent, if I handle the touch , I will do some tasks and during

[android-developers] Re: OnTouchEvent disable

2012-04-27 Thread moktarul anam
Dear Memo, try to use view.setFocusable(false) and check Enjoy Moktarul Anam On Friday, 27 April 2012 09:16:39 UTC+5:30, Memo wrote: Hello every one, In my program, I handle a touch event on the screen using OnTouchEvent, if I handle the touch , I will do some tasks and during

[android-developers] Re: Refresh current list after receiving notification

2012-04-27 Thread moktarul anam
Dear rachana govilkar , try to use android broadcast receiver/ service. Moktarul On Thursday, 26 April 2012 17:56:32 UTC+5:30, rachana govilkar wrote: Hello, I have an application in which i display list of messages between two users. Whenever i receive notification for new message,i

[android-developers] Re: How to copy files from Android to PC?

2012-03-19 Thread moktarul anam
install dropbox moktarul On Thursday, 15 March 2012 16:13:27 UTC+5:30, Italo Mendonça Rocha wrote: Hello, Does anyoane know how to copy files from Android to PC programmatically? Thanks in advance. -- You received this message because you are subscribed to the Google Groups Android

[android-developers] Re: Please Help me! I have SQLiteDatabaseCorruption Error

2012-03-13 Thread moktarul anam
Hi Soylu, First u check whether myContext.getAssets().open(ASSETS_DB_FOLDER+/+dbFiles[i]); files exists or not then then copy method do it in asyntask Moktarul On Tuesday, 13 March 2012 03:30:16 UTC+5:30, Halil Enver Soylu wrote: I have a 5MB database. I split it into 1MB chuck

[android-developers] Re: how to post jsonarray to server ?

2012-03-13 Thread moktarul anam
hi, u change json array to json stringify Enjoy Moktarul Anam On Tuesday, 13 March 2012 11:31:34 UTC+5:30, Mulsaniya Bhadresh wrote: hello friends, i have problem with my service and it will return null when i sent httppost request to serveri don't know what is the problem. I am

[android-developers] Re: Hi

2012-03-13 Thread moktarul anam
Hi, r u using gmail.com or hav created ur own site and calling gmail api ? Moktarul On Monday, 12 March 2012 15:09:40 UTC+5:30, chowdary nani wrote: Hi all, I am working on loading URL in web view in android. i am able to load the gmail URL in web view when i entered email and password

[android-developers] Re: UI design

2012-03-07 Thread moktarul anam
Hi this will be simple listview and use custom adapter Moktarul anam On Wednesday, 7 March 2012 11:37:06 UTC+5:30, megha agrawal wrote: Hello All, I want to create a UI for my app as shown in image attached with this mail. I am not getting what type of widget they have used?? Can

[android-developers] Re: SD card database

2012-03-07 Thread moktarul anam
File dbfile = new File(/sdcard/android/com.myapp/databases/mydatabase.db ); SQLiteDatabase db = SQLiteDatabase.openOrCreateDatabase(dbfile, null); db.open() .. Moktarul On Wednesday, 7 March 2012 00:09:30 UTC+5:30, bob wrote: Is it possible to use SQLiteOpenHelper to create a database on

[android-developers] Re: layout configuration qualifiers

2012-03-05 Thread moktarul anam
Hi harr..., can u tell me what is ur android version? because layout, layout-large.. etc will support from 2.3. below 2.3 version ( 2.2, 2.1..) does not support this Moktarul On Friday, 2 March 2012 02:23:36 UTC+5:30, harr...@roadrunner.com wrote: I have an app that uses configuration

[android-developers] Re: How To: Run Multiple Apks in Single Process

2012-03-05 Thread moktarul anam
Hi animesh kumar bhadra, * * *in android each application runs in separate process. for data sharing u look in to service and contentProvider * * * *Moktarul * * * * * On Friday, 2 March 2012 20:47:32 UTC+5:30, animesh kumar bhadra wrote: Hi, I want to run 2 Apks in a Single process, so

[android-developers] Re: sqlite database on phone creash

2012-03-05 Thread moktarul anam
Hi Jagruti Sangani, *There is some problem in ur program. one problem may be ur not closing database after fetching data from database. * *better share ur database code * * * *Moktarul anam * * * On Monday, 5 March 2012 14:50:12 UTC+5:30, Jagruti Sangani wrote: hello, i have use the sqlite

[android-developers] Re: WebView Java script function

2012-03-05 Thread moktarul anam
Hi Amit. in html header script function onload(){ var url = window.loacation; alert(url); Android.currentUrl(url); } /script body onload=onload() Moktarul On Monday, 5 March 2012 18:03:30 UTC+5:30, Amit wrote: Hi, I am exposing java script function from my webview. This Java

[android-developers] Re: GalleryView issue

2012-03-05 Thread moktarul anam
Hi Raju, here u r fetching images form server better do it in android async task. and after that change to bitmap. and add this to view. there is some 3rd party apps also available, there u hav to provide Utils.setImage(view, url, caching time) ; Enjoy Moktarul Anam On Monday, 5 March

[android-developers] Re: Using setContentView(viewList) in current Activity

2012-03-05 Thread moktarul anam
Hi Shani, its not clear. In setContentview u can add only layout name. setContentView(R.layout.main); moktarul On Thursday, 1 March 2012 22:46:51 UTC+5:30, Shani wrote: Hi, i'm new to android and trying to dispatch a ViewList from a current Activity. (Android 2.2) . I'm getting this

[android-developers] Re: Push Notification

2012-02-29 Thread moktarul anam
also( http://deacon.daverea.com/) Enjoy Moktarul anam On Monday, 27 February 2012 17:33:38 UTC+5:30, Sugan wrote: Hai, I am new to Android what is Push Notification ?how to use in Android ?Can anyone help me with examples thank u -- You received this message because you

[android-developers] Re: what kind of database should I use

2012-02-29 Thread moktarul anam
do u want to server side database or client side db? for client side db u can use default sqlite db moktarul On Sunday, 26 February 2012 21:29:10 UTC+5:30, d1343 wrote: Hi, I am trying to make a app that would generate names, I want to manually add the names, currently I am using case

[android-developers] Re: ContentProvider

2012-02-29 Thread moktarul anam
In android database is private to application. and if u want to share db in another application u hav 2 use ContentProvider funda. Moktarul On Tuesday, 28 February 2012 19:58:32 UTC+5:30, bob wrote: Anyone know of a good example of a ContentProvider serving out a movie? (maybe a 20 meg

[android-developers] Re: an error

2012-02-29 Thread moktarul anam
remove android.R from top Moktarul On Tuesday, 28 February 2012 14:27:23 UTC+5:30, needoo wrote: ? how to solve this error as it gives me this message id cannot be resolved or is not a field when i write this.. add = (Button) findViewById(R.id.bAdd); sub = (Button)

[android-developers] Re: View height changes when image set as background by 1.25 times of the image height

2012-02-29 Thread moktarul anam
hi Murali , use *android*:*scaleType*=*fitXY* Moktarul On Wednesday, 29 February 2012 16:58:35 UTC+5:30, Reddy wrote: Hi, I have a .png file. I set this as the background of a TextView and the height and width of the TextView are wrap context. The ideal behavior here is that the

[android-developers] Re: Android widget: dinamically list from own combiled string (as template)

2012-02-29 Thread moktarul anam
hi Stan, its not clear... can u send me ur sample template ir images ? or can u clearly explain Moktarul On Wednesday, 29 February 2012 18:10:03 UTC+5:30, Stan Prihodko wrote: HI, I'm now develop my first widget (not application) and I want to generate dynamically strings, there each

[android-developers] Re: Re : DOMParser

2012-02-29 Thread moktarul anam
Hi i.putExtra(name,name); this will me i.putExtra(name,name); Enjoy Moktarul anam On Thursday, 1 March 2012 10:08:17 UTC+5:30, vivek elangovan wrote: Hi members, Using DOMParser i m able to retrieve XML data from my database.Now i need to pass the name which

[android-developers] Re: Can you give me the answer...about 'Unable to stop activity'...

2012-02-29 Thread moktarul anam
/questions/4445663/mediaplayer-prepare-is-throwing-an-illegalstateexception-when-playing-m4a-file this s common issue in android .. just go through these link and will solve ur problem Enjoy Moktarul Anam On Wednesday, 29 February 2012 18:08:17 UTC+5:30, Jae-young Yun wrote: Logcat 02-29

[android-developers] Re: View height changes when image set as background by 1.25 times of the image height

2012-02-29 Thread moktarul anam
. Please provide me solution if u have. Regards, Murali On Feb 29, 4:35 pm, moktarul anam mokta...@gmail.com wrote: hi Murali , use *android*:*scaleType*=*fitXY* Moktarul On Wednesday, 29 February 2012 16:58:35 UTC+5:30, Reddy wrote: Hi, I have

[android-developers] Re: Run application in background

2012-02-27 Thread moktarul anam
Hi, There are two way to do this 1. service funda 2. transparent activity selection will be based on ur requirement Moktarul On Feb 27, 10:11 am, Juned Khan jkhan6...@gmail.com wrote: hii all developers,                            how do i keep my application running on background until it

[android-developers] Re: nested listview

2012-02-27 Thread moktarul anam
Hi, In in android there is something expandable list view. better use that and in subitem also use list view Enjoy Moktarul On Feb 26, 7:25 pm, hazem omies hazem.om...@gmail.com wrote: hi,,, how i can make nested listview as follow : main activity contain a listview binding from web servers

[android-developers] Re: Add to recent application list

2012-02-27 Thread moktarul anam
on launcher application On Feb 24, 2:49 pm, moktarul anam mokta...@gmail.com wrote: R u working on launcher application ( adwLauncher)? Moktarul On Feb 24, 11:24 am, elham elhamna...@gmail.com wrote: Dear All, I have a requirement to add a activity into therecentapplist

[android-developers] Android pdf viewer

2012-02-27 Thread moktarul anam
can u suggest me any good android pdf viewer jar library? actually i want to use this jas as a pdf viewer library in my application moktarul anam -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android

[android-developers] Re: switching views

2012-02-27 Thread moktarul anam
Hi Vani , better u create separate activity for display attach file and make that activity android:theme=@android:style/Theme.Dialog Moktarul anam On Feb 27, 3:49 pm, vani reddy vani.reddy.bl...@gmail.com wrote: Hi friends,, How to create switching views in android ,like in the attached

[android-developers] Re: Add to recent application list

2012-02-27 Thread moktarul anam
it LaunchActivity) is not the main activity of the application . The requirement is whenever LaunchActivity is started it should be appended to the recent list which is shown on long click of home button. Help will be appreciated ! thanks On Feb 27, 4:24 pm, moktarul anam mokta...@gmail.com wrote

[android-developers] Re: Reading and Writing xml file to Internal Memory

2012-02-27 Thread moktarul anam
Hi Dancing, First u check, whether ur xml file s created or not. my guess is there s some problem in save xml because of that u r getting null pointer exception. and for writing u hav to give permission in ur Manifest.xml file Moktarul anam On Feb 27, 9:27 pm, Dancing Fingers batym

[android-developers] Re: onStop() coming with delay

2012-02-24 Thread moktarul anam
or not or needs ti kill that activity .. then on destroy function will get call. In your case two thing may happen 1. 2nd activity is taking time to come in foreground 2. r u dong any operation in onstop method? Moktarul anam On Feb 23, 7:03 am, Pavel Dudka dudka.pa...@gmail.com wrote: I have

[android-developers] Re: Webview inner link problem

2012-02-24 Thread moktarul anam
Hi Kalandar, In webview there s something JavaScriptInterface funda. From webview browser u can call activity method from here See this link: http://developer.android.com/guide/webapps/webview.html Enjoy Moktarul anam On Feb 24, 11:37 am, kalandar kasimk...@gmail.com wrote: hi friends

[android-developers] Re: Add to recent application list

2012-02-24 Thread moktarul anam
R u working on launcher application ( adwLauncher)? Moktarul On Feb 24, 11:24 am, elham elhamna...@gmail.com wrote: Dear All, I have a requirement to add a activity into the recent app list. Is it anyway possible to add new RunningTaskInfo obj into the list .   I know there are no api's to

[android-developers] Re: Custom Listview in android?

2012-02-24 Thread moktarul anam
Hi Duygu, better u use custom adapter for listview. In getview() method create ur view Moktarul anam On Feb 23, 9:18 pm, Duygu Kahraman duygu.kahram...@gmail.com wrote: I have some problem about customlistview.How can i do this screen? First seem like all of them button but all line must

[android-developers] Re: How to get the DB File from real android device

2012-02-24 Thread moktarul anam
see first u hav to connect ur device to ur pc( through LAN) if ur device ip is ... 192.168.1.100 then use following command 1. cd sdk package-tools folder 2. adb connect 192.168.1.100 3. adb device then let me know mokta...@gmail.com Moktarul Anam On Feb 24, 3:52 pm, suram sridhar suram.srid

[android-developers] Re: How to get the DB File from real android device

2012-02-23 Thread moktarul anam
execute these command 1. cd sdk package-tools folder 2. adb shell (adb shell to chech device s connected or not) 3. cd /data/data/packagename 4. cd database 5. ls u will see ur db file 6. sqlite3 dbfies 7. .table Enjoy Moktarul Anam On Feb 23, 6:17 pm, suram sridhar suram.srid...@gmail.com

[android-developers] Re: Image Button Onclik view

2012-02-22 Thread moktarul anam
Hi kholif, u can use ImageView.setOnclickListener(new setOnclick(){ Onclick(view){ /// user hide/display code here } } Moktarul On Feb 21, 5:33 pm, kholif adig adig...@gmail.com wrote: hi I have some problems in image button I have some image button that when clicked on the button will

[android-developers] Re: displaying face book albums and photos

2012-02-22 Thread moktarul anam
Hi, Please go through this link http://stackoverflow.com/questions/7454284/get-my-facebook-album-photos-in-android-java Hope this will solve ur problem Moktarul On Feb 22, 2:31 pm, chowdary nani naveenneeli...@gmail.com wrote: Ali Chousein, Thanks for replay. Thanks for considering Thanks

[android-developers] Re: SMS Table

2012-02-22 Thread moktarul anam
Hi Deepa, What do want to do ? already sms db table is there in android. Moktarul On Feb 22, 12:56 pm, Deepa M deepam8...@gmail.com wrote: Dear All can any one help me to create a sms database table as sms table in android to store all iin that created database incoming messages ... --

[android-developers] Re: Re : Save output data as XML

2012-02-22 Thread moktarul anam
Hi Viek, saving username and password in sdcard is not a good idea. yes u can same ur xml file to sdcard. use file write use http://developer.android.com/guide/topics/data/data-storage.html ( i think u have to use java serialize ) Moktarul Anam On Feb 22, 2:57 pm, vivek elangovan elangovan.vi

[android-developers] Re: displaying face book albums and photos

2012-02-22 Thread moktarul anam
22, 2012 at 3:17 PM, moktarul anam mokta...@gmail.com wrote: Hi, Please go through this link http://stackoverflow.com/questions/7454284/get-my-facebook-album-phot... Hope this will solve ur  problem Moktarul On Feb 22, 2:31 pm, chowdary nani naveenneeli...@gmail.com wrote: Ali

[android-developers] Re: Displaying Facebook Albums

2012-02-22 Thread moktarul anam
please go through this link http://developers.facebook.com/docs/mobile/android/build/ Moktarul anam On Feb 22, 1:13 pm, chowdary nani naveenneeli...@gmail.com wrote: Hi All, I am working on facebook integration . Here i need some code to read the status messages of face book Using graph api

[android-developers] Re: Fwd: listview getting stuck while scrolling,

2012-02-22 Thread moktarul anam
server interaction you have to use asynctask task or thread or handler otherwise ANR( android not responding) error will come (http://developer.android.com/reference/android/os/AsyncTask.html) Enjoy Moktarul Anam On Feb 22, 3:36 pm, vani reddy vani.reddy.bl...@gmail.com wrote: - Hi friends

[android-developers] Re: SQLite sharing between apps

2012-02-22 Thread moktarul anam
Hi Ashiq, Sqllite database is private to that application. if you want to use that database in other application you hav to contentProvider. ContentProvider is one type of IPC (inter process communication) just go through android contentProvider tutorial and example Moktarul anam On Feb 22

[android-developers] Re: how can i post jsonarray at the end of requeseted url?

2012-02-22 Thread moktarul anam
Hi Mulsaniya, if your response data is not proper formatted u can not parse that string Moktarul On Feb 22, 11:50 am, Mulsaniya Bhadresh bhadresh.ha...@gmail.com wrote: http://192.168.1.4:55106/Waiter_json.aspx?MethodName=InsertOrderForTa...[{ commej:,id:1,Quantity:5}] In the above url i

[android-developers] Re: SQLite sharing between apps

2012-02-22 Thread moktarul anam
hmmm very interesting. can you please send me some example link or tutorial Moktarul On Feb 22, 4:22 pm, Chrystian Vieyra chrys.vie...@gmail.com wrote: android:sharedUserIdThe name of a Linux user ID that will be shared with other applications. By default, Android assigns each application

[android-developers] Re: Mismatch in runtime layout selection based upon size/density

2012-02-22 Thread moktarul anam
Hi William, I will suggest you to use layout weight/ weight sum ( basically instead if giving dip value, give in percentage) Moktarul Anam On Feb 22, 7:08 am, William Ferguson william.ferguson...@gmail.com wrote: I am trying to work out why a device (in this case an AVD) that is 800*400

[android-developers] Re: Re : Save output data as XML

2012-02-22 Thread moktarul anam
Hi Vivek, I think simple and good solution is android Shared Preferences Moktarul On Feb 22, 3:19 pm, vivek elangovan elangovan.vi...@gmail.com wrote: Hi Moktarul Anam ,                        I m not going to save uname and pssword in my xml for sample only i gave that.My scenario is if i m

[android-developers] Re: Set state list drawable as a background is getting resized

2012-02-22 Thread moktarul anam
Hi Acidcromaticle , Can u send me ur layout code? Moktarul On Feb 19, 4:05 am, acidcromaticle prata.cata...@gmail.com wrote: Hello, I am having a TextView and in xml I am setting its background to a state list drawable. After I inflate the view everything is working well but if I want to

[android-developers] Re: Hello Everyone, i just have a quick question:

2012-02-22 Thread moktarul anam
=android.permission.BLUETOOTH_ADMIN/ /manifest On Wed, Feb 22, 2012 at 1:04 AM, Mohamed Gougam mblack...@gmail.com wrote: Hello  moktarul, Thanks alot, i will do that, and let you know :) On Tue, Feb 21, 2012 at 12:10 PM, moktarul anam mokta...@gmail.comwrote: sorry, its Activity Intent filter

[android-developers] Re: Hello Everyone, i just have a quick question:

2012-02-22 Thread moktarul anam
can u please send me ur activity code and little more log message Moktarul anam On Feb 23, 10:18 am, moktarul anam mokta...@gmail.com wrote: Hi Soyer, I think problem is in ur oncreate or onstart method.  can u please do that ... remove all code from oncreate and check Can u please send

[android-developers] Re: How to swipe three images and on onclicking the image corresponding sound should come from image

2012-02-22 Thread moktarul anam
Hi Tiwari, 1. Onclick button and playing audio.. use button tag . in button tag store audio file name. and onclick get button tag (audio name) and play that audio. 2. for 3 inage swap.. use android drag and drop . ( first swar 1 and 2 then 2 and 3 ) Moktarul On Feb 23, 10:53 am, Yogeshkumar

[android-developers] Re: Hello Everyone, i just have a quick question:

2012-02-21 Thread moktarul anam
sorry, its Activity Intent filter not internt filter Moktarul On Feb 21, 12:42 pm, moktarul anam mokta...@gmail.com wrote: Hi Soyer, All your activity class has to be there in your Manifest.xml file if you call your activity class from other activity then that class has to be main( internt

[android-developers] Re: adb logclear?

2012-02-21 Thread moktarul anam
better u use adb logcat -s use in ur code: Log.v(DEMO , some message..); then use adb logcat -s DEMO then u will get DEMO related message Moktarul On Feb 21, 9:33 am, bob b...@coolfone.comze.com wrote: What is the adb command to tell a device to clear its log? -- You received this

[android-developers] Re: listview populate from external url

2012-02-21 Thread moktarul anam
Hi Abu, http://ofertaweb.ro/android/sleepandlovemusic/list_files.php api output is one string u can do this way , 1. get the content of that url in string format String output = Crickets_near_a_River:::Waterfall:::rainforest_sound:::Quick_Rain:::Atlantic_Ocean..; 2. string split of ::: and

[android-developers] Re: Getting force Close when trying to run app

2012-02-21 Thread moktarul anam
Can you send me your log messages Moktarul anam On Feb 22, 1:17 am, Pram goodp...@gmail.com wrote: Here is what my Android.xml file looks like. I am getting a force close when I am trying to run my app. I am trying to get input from the user in number form, but I do not know the right import

[android-developers] Re: Regarding an android phone acting as server and client

2012-02-21 Thread moktarul anam
Yes u can run server on android phone Moktarul On Feb 21, 10:24 pm, sahiti sowmya...@gmail.com wrote: Hi, Can any one suggest me whether an android phone could act both as a server and a client in a program? -- You received this message because you are subscribed to the Google Groups

[android-developers] Re: Hello Everyone, i just have a quick question:

2012-02-20 Thread moktarul anam
Hi BTDdetecetwithV7Activity in ur android Manifest file activity name=BTDdetecetwithV7Activity/\ Enjoy moktarul On Feb 20, 12:26 am, Soyer mblack...@gmail.com wrote: Hello everyone, Can anyone explain to me what this following error means? have anyone faced the same? ERROR: 02-19

[android-developers] Re: What is the significance of main.xml.out file?

2012-02-20 Thread moktarul anam
Hi, Manually just delete this file Moktarul On Feb 18, 9:27 am, Kedar dattatrayhkulka...@gmail.com wrote: What is the  significance of main.xml.out file? Sometimes while debugging the application, I am getting an error in the main.xml file -- You received this message because you are

[android-developers] Re: Hello Everyone, i just have a quick question:

2012-02-20 Thread moktarul anam
, out of his field !! Thanks for the help though i really appreciate it. On Mon, Feb 20, 2012 at 3:44 PM, moktarul anam mokta...@gmail.com wrote: Hi BTDdetecetwithV7Activity in ur android  Manifest file activity name=BTDdetecetwithV7Activity/\ Enjoy moktarul On Feb 20, 12:26 am

[android-developers] Re: ProgressDialog with Thread

2012-02-19 Thread moktarul anam
Hi, Better use android asynctask (http://developer.android.com/reference/ android/os/AsyncTask.html) Moktarul On Feb 17, 3:13 am, dc dcone1...@gmail.com wrote: I am attempting to show a progress dialog while I am performing some actions. I am having troubles getting it to perform the way I

[android-developers] Re: Android Button Customization

2012-02-19 Thread moktarul anam
: 2. create cbutton extent Button and override onDraw method and then instate of button use cbutton  Can you explain this one little widely. I tried the first one but it doesnt give the exact solution what i expect On Fri, Feb 17, 2012 at 1:08 PM, moktarul anam mokta...@gmail.com wrote

[android-developers] Re: App Design Issue

2012-02-17 Thread moktarul anam
) Moktarul anam On Feb 17, 12:09 pm, giles ian gilesian@gmail.com wrote: Hi, I have 2 activities A B. Both display data fetched from 2 different web service lets say ws1 and ws2 When i click on a button on Activity A i call ws2 in that avtivity itself and show loading dialog there itself

[android-developers] Re: create table of ranking

2012-02-17 Thread moktarul anam
Hi Zarrouk, do u want to display ranking directly fetching from server or want to store in to database? but i will suggest u that store all information 2 database and create one ranking algorithm. this algorithm will be user choice. user also can select rank by * Moktarul On Feb 15, 10:53 pm,

[android-developers] Re: How can i export my sqlite database from intellj idea?

2012-02-17 Thread moktarul anam
the window from there you can get the access to the sdcard and all On Fri, Feb 17, 2012 at 11:25 AM, moktarul anam mokta...@gmail.comwrote: Hi I think ddms feature  is not there in intellj Moktarul On Feb 17, 10:20 am, shihab shiha shihabkp.andr...@gmail.com wrote: you can use

[android-developers] Re: Problem in using frame layout

2012-02-16 Thread moktarul anam
moktarul anam. Thanks for time here is my frame lay out code    FrameLayout                 android:id=@+id/frameLayout1                 android:layout_width=180dp                 android:layout_height=240dp                 android:layout_marginLeft=20dip

[android-developers] Re: Facebook Android Application

2012-02-16 Thread moktarul anam
Hi Rickky There are two way to create facebook apps on android 1.install android sdk and use there api( dont think this s good idea) 2.. user facebook api for getting all contact (friends name, email, phone number etc) then parse there api and then enjoy Moktarul On Feb 15, 11:16 am, Passion

[android-developers] Re: to know about how to use variable accross differnt activities

2012-02-16 Thread moktarul anam
there are many way to access. best : create one class extent Application. and variable declaration in this class will be accessible through out the application / activity On Feb 16, 10:17 pm, amit pandey aammit110...@gmail.com wrote: how to use a variable across different activities -- You

[android-developers] Re: How to restrict my app??

2012-02-16 Thread moktarul anam
if your application is server dependent then in server side create admin panel. admin will able to add mobile number next save auth flag in ur application ( shared pref or in database ) false. whenever user will use ur application first time then flag will b null then check for authentication and

[android-developers] Re: How can i export my sqlite database from intellj idea?

2012-02-16 Thread moktarul anam
best way is use adb shell 1. adb shell 2. cd /data/data/packagename/ 3. adb pull database ./ Enjoy Moktarul On Feb 16, 8:18 pm, Duygu Kahraman duygu.kahram...@gmail.com wrote:     I am using intellj idea and i am working with **ORMLite**.     My question is, i create a database but i want

[android-developers] Re: How can i export my sqlite database from intellj idea?

2012-02-16 Thread moktarul anam
Hi I think ddms feature is not there in intellj Moktarul On Feb 17, 10:20 am, shihab shiha shihabkp.andr...@gmail.com wrote: you can use ./ddms On Fri, Feb 17, 2012 at 10:37 AM, moktarul anam mokta...@gmail.com wrote: best way is use adb shell 1. adb shell 2. cd /data/data

[android-developers] Re: Arabic text

2012-02-16 Thread moktarul anam
Hi Kamran, if u store all verses in database there will some display problem. ( im also creating this type of application). so if ur verses not readable then ur application is useless my first approach was storing one pdf file in drawable folder and displaying using page-flip( didnt get

[android-developers] Re: Arabic text

2012-02-16 Thread moktarul anam
Hi, adding one more point you can store images in to database (blob/byte array) and save this database 2 asset folder. Now onload activity check if databse is not present then copy from asset folder Moktarul On Feb 17, 11:41 am, moktarul anam mokta...@gmail.com wrote: Hi Kamran, if u store

[android-developers] Re: How to create two projects as one apk file.

2012-02-16 Thread moktarul anam
Hi, it is not possible. u can not merge two apk as a single apk. but u can many launcher in a single apps Moktarul On Feb 16, 1:14 pm, android devloper android.devlope...@gmail.com wrote: Hi, iam new to android,i have created two different projects and i have created two different apk files

[android-developers] Re: hai

2012-02-16 Thread moktarul anam
First go through android's component Activity, service, content Provider, broadcast receiver this will make ur life easy Moktarul On Feb 16, 11:14 am, deepu mandy deepikamandapa...@gmail.com wrote: i am very new to the android development and working on desidning apps... i have so many

[android-developers] Re: Android Button Customization

2012-02-16 Thread moktarul anam
you can do this two way 1. set background 2 some drawable xml file and then customize there 2. create cbutton extent Button and override onDraw method and then instate of button use cbutton Enjoy Moktarul On Feb 16, 1:45 pm, value makers shihabkv22...@gmail.com wrote: Hi All, I am new in

[android-developers] Re: How to Open app from other App

2012-02-15 Thread moktarul anam
final ComponentName cn = new ComponentName(packagename, class); intent.setComponent(cn); here class name nothing but one activity and in that application's manifest file this activity class has to be main(intent filter main) Enjoy :) On Feb 15, 11:08 am, Kristopher Micinski

[android-developers] Re: How to interconnect two Android emulators

2012-02-15 Thread moktarul anam
1. adb connect device ip address 2. adb devices list of devices 3. adb install- s device address *.apk location Enjoy Moktarul On Feb 15, 10:31 pm, Robokop robert.kozlov...@gmail.com wrote: I have a question for you because I am new in Android programming I am not quite sure how to

[android-developers] Re: Hello Grid View Tutorial don't work

2012-02-13 Thread moktarul anam
have u copied R.drawable.sample_2, R.drawable.sample_3. all images in to your drawable folder?? On Feb 12, 10:30 pm, Asaf Nassi superdrag...@gmail.com wrote: I tray the Hello Grid View Tutorial, I using eclipse (even to copy and paste from the android developer

[android-developers] Re: OutOfMemory exceptions

2011-09-12 Thread moktarul anam
Hi, try to avoid recursive function On Sep 12, 9:01 am, Christopher Van Kirk christopher.vank...@gmail.com wrote: The best strategy here is to figure out why you're running out of memory and re-architect your code so you don't even come close. This is a cell phone and tablet OS, not a surface

[android-developers] Re: Emulator Help

2011-09-12 Thread moktarul anam
can u tell me ur ram size?. if less than 2GB then emulator will be very slow On Sep 11, 11:19 pm, Amol Sharma amolsharm...@gmail.com wrote: Hi all, i am new in this android development..i have recently installed Eclipse and Android SDK API 13.created a hello world application i