Re: [android-developers] alertdialog

2015-12-08 Thread sardar khan
use layout as a dialog On Tue, Dec 8, 2015 at 4:27 PM, Hari Raj wrote: > can any any one guide me how to set layout like this? > > -- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this

Re: [android-developers] Animations

2015-12-11 Thread sardar khan
kindly have a look at this tutorial http://developer.android.com/intl/ja/guide/topics/resources/animation-resource.html On Thu, Dec 10, 2015 at 7:38 PM, Mabedi Motimedi wrote: > Hi everyone, > can anyone help me with how to make power point like effects on my android >

Re: [android-developers] Re: Sending image from server to app

2015-12-14 Thread sardar khan
i want to show the image from json response to my app On Mon, Dec 14, 2015 at 6:58 PM, mayank k varshney <mayank.be@gmail.com> wrote: > Tell me the problem. I don't have old treads > > On Mon, Dec 14, 2015 at 7:26 PM, sardar khan <sardar.khan...@gmail.com> > wrote:

Re: [android-developers] Re: Sending image from server to app

2015-12-14 Thread sardar khan
I am also searching for this solution can any one help us ..?? On Mon, Dec 14, 2015 at 6:46 PM, sreerag marar wrote: > Hi Wolfgang, > > Can you help me with the solution that worked for you? I'm stuck with the > same problem. > > > -- > You received this message

Re: [android-developers] Re: how to fetch friend list, profile image and status(online or offline) from facebook in listview

2015-12-17 Thread sardar khan
To show the friend list the code is shown by the facebook sdk for android On Thu, Dec 17, 2015 at 4:51 PM, ikram hussain wrote: > can u please send me the code of how to get friendlist from facebook ... > > On Saturday, September 10, 2011 at 3:29:10 PM UTC+5:30,

Re: [android-developers] Google Map Queries

2016-01-10 Thread sardar khan
kindly follow these tutorials http://www.androidtrainee.com/driving-distance-and-travel-time-duration-between-two-locations-in-google-map-android-api-v2/ On Sun, Jan 10, 2016 at 7:45 PM, Anoop Nair wrote: > Hi, > > I'm Anoop S. Nair and I'm working on an android application

Re: [android-developers] How to tag post on facebook business page.

2016-06-08 Thread sardar khan
Ok.np On Jun 8, 2016 4:35 PM, "Sushil Dhamal" wrote: > OK I will check >> > Thanks > > -- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an

Re: [android-developers] How to tag post on facebook business page.

2016-06-08 Thread sardar khan
i donot know i just see the taging of people you can have a lokk at graph api to do this if they allow you sholud definitly do it. On Wed, Jun 8, 2016 at 4:20 PM, Sushil Dhamal <dhamalsus...@gmail.com> wrote: > Hey, >> sardar khan > > >It is possible to add post as

Re: [android-developers] How to tag post on facebook business page.

2016-06-08 Thread sardar khan
sorry for bad english On Wed, Jun 8, 2016 at 4:25 PM, sardar khan <sardar.khan...@gmail.com> wrote: > i donot know i just see the taging of people you can have a lokk at graph > api to do this if they allow you sholud definitly do it. > > On Wed, Jun 8, 2016 at 4:20 PM, Sushil

Re: [android-developers] How to tag post on facebook business page.

2016-06-08 Thread sardar khan
you can use graph Api of the facebook by suing this you can tag On Wed, Jun 8, 2016 at 4:07 PM, Sushil Dhamal wrote: > Hi, > >I developed an android app to post the content on facebook. I am able > to do it. >Now i want to tag the same content on facebook

Re: [android-developers] where am I wrong?

2016-06-12 Thread sardar khan
what error you are getting the code seems to be fine but call the invia method from oncreate and why you pass view as method argument. On Sun, Jun 12, 2016 at 8:14 PM, Simon Usardi wrote: > package com.example.non.inizializzareunaltraactivity; > > import

Re: [android-developers] Problem in Development in Android Studio

2016-06-09 Thread sardar khan
http://stackoverflow.com/questions/18459122/play-sound-on-button-click-android On Fri, Jun 10, 2016 at 10:01 AM, sardar khan <sardar.khan...@gmail.com> wrote: > what error are you getting..?? > > > On Fri, Jun 10, 2016 at 9:56 AM, Asif Iqbal <asif...@gmail.com> wrote:

Re: [android-developers] Problem in Development in Android Studio

2016-06-09 Thread sardar khan
what error are you getting..?? On Fri, Jun 10, 2016 at 9:56 AM, Asif Iqbal wrote: > Hello Dear Friends Help me Please I am Developing an Android App for > kids(Maths). And I don't Have any idea to play sound "zero.mp3" when the > zero image appeared. And then play next

Re: [android-developers] Camera Error 2

2016-06-15 Thread sardar khan
Hey, have you check the runtime permission for camera..?? have a look at this article https://developer.android.com/training/permissions/requesting.html On Wed, Jun 15, 2016 at 4:23 PM, Алексей Жадов wrote: > Good day, please help to understand what means: E/Camera: Error 2 >

Re: [android-developers] Facebook android sdk

2016-06-01 Thread sardar khan
Yes you can integrate facebook using facebook adk check thr developer console of the facebook and get started with android On Jun 2, 2016 1:40 AM, "SenyaApps Official" wrote: > Hi google > I want to know if i integrated Facebook android sdk properly in my game. > > --

Re: [android-developers] Google Player Development Account

2016-06-22 Thread sardar khan
its a one time fees On Wed, Jun 22, 2016 at 1:19 PM, azhar bhatti wrote: > Dear Friends, > > The $25 for registration , is a one time fees for any number of apps i > make and post or is it for one app? > > Any reply given can be high appreciated. > > > Regards > > Azhar

Re: [android-developers] Unexpected Cast To Button

2016-06-16 Thread sardar khan
it shows that the in xml layout the id refer to ImageView kindly check the layout On Thu, Jun 16, 2016 at 3:45 PM, Rajdeep Roy wrote: > Hello Everyone, > I am new to Android Programming and I am stuck at a point where it shows > up "Unexpected Cast to the Button" > I am

Re: [android-developers] Unexpected Cast To Button

2016-06-16 Thread sardar khan
yes check it contain the id that refer to the imageview On Thu, Jun 16, 2016 at 4:01 PM, Rajdeep Roy <rajdeep.we...@gmail.com> wrote: > @Sardar - Do u mean check out the "MainActivity.xml" ?? > > On Thursday, June 16, 2016 at 4:28:58 PM UTC+5:30, sardar khan wrote: >&

Re: [android-developers] Unexpected Cast To Button

2016-06-16 Thread sardar khan
; > On Thursday, June 16, 2016 at 4:31:34 PM UTC+5:30, Rajdeep Roy wrote: >> >> @Sardar - Do u mean check out the "MainActivity.xml" ?? >> >> On Thursday, June 16, 2016 at 4:28:58 PM UTC+5:30, sardar khan wrote: >>> >>> it shows that the in xml

Re: [android-developers] resuming from last visited page in my app

2016-01-11 Thread sardar khan
use shared prefrences to save the state of the activity http://stackoverflow.com/questions/2441203/how-to-make-an-android-app-return-to-the-last-open-activity-when-relaunched On Mon, Jan 11, 2016 at 11:47 AM, Nay T.K. wrote: > hi, > > I have login page (activity) which is my

[android-developers] Re: Need someone to write some code

2016-01-15 Thread sardar khan
hy tell me what applciation you want to build or what module .>?? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [android-developers] Error with app:layout_behavior

2016-06-15 Thread sardar khan
you should add a string resource in the res/values/string folder . check below in the tutorial to show how to add string resource https://developer.android.com/training/basics/firstapp/building-ui.html On Thu, Jun 16, 2016 at 10:31 AM, Kevin Chen wrote: > Hello, > > I

Re: [android-developers] Building APK issues

2016-02-10 Thread sardar khan
you should have a string in the res/values/strings folder name app_name it indicating that it is missing declare it. On Thu, Feb 11, 2016 at 12:15 AM, Kevin Technologx wrote: > Alright I used this same AndroidManifest.xml code several times to create > my app and it

Re: [android-developers] Installing Android Studio without hurting Eclipse

2016-02-11 Thread sardar khan
Yes you can use both eclipse and android studio at the same time place eclipse in another directory and install android studio in other directory like C and place Android Sdk any where . On Fri, Feb 12, 2016 at 3:57 AM, 'RLScott' via Android Developers < android-developers@googlegroups.com>

Re: [android-developers] Help wanted for Android app development

2016-02-09 Thread sardar khan
yes i can do it for you kindly inform me about your issue..?? On Tue, Feb 9, 2016 at 6:31 PM, Marcel Molenaar wrote: > Hi, > > I am working on the development of an Android-app. I ran into some strange > errors. I really need an expert to help me to solve this. > > Does

Re: [android-developers] Help wanted for Android app development

2016-02-10 Thread sardar khan
t; > > > Marcel > > > > > > *From:* android-developers@googlegroups.com [mailto: > android-developers@googlegroups.com] *On Behalf Of *sardar khan > *Sent:* woensdag 10 februari 2016 06:19 > *To:* android-developers@googlegroups.com > *Subject:* Re: [android-de

Re: [android-developers] Help wanted for Android app development

2016-02-10 Thread sardar khan
this will tell you how to unregister Recevier Android On Wed, Feb 10, 2016 at 2:48 PM, sardar khan <sardar.khan...@gmail.com> wrote: > > http://stackoverflow.com/questions/14357566/activity-has-leaked-intentreceiver-that-was-originally-registered-here-are-you > look at this >

Re: [android-developers] Help wanted for Android app development

2016-02-09 Thread sardar khan
yes the first issue is due to the broadcast receiver to check the internet.you can use connectivityManager to check the internet state.or you can unregister the broadcast properly see the offical documentation about the broadcast receiver. On Wed, Feb 10, 2016 at 2:11 AM, MediaQuest | N.M.

Re: [android-developers] Help wanted for Android app development

2016-02-10 Thread sardar khan
by the way because it should stay active through > all livecycles of my app. > > > > I still have problems with outOfMemory errors on an old Android phone but > I think it is due to my images > > > > Marcel > > > > *From:* android-developers@googlegroups.com

Re: [android-developers] Help wanted for Android app development

2016-02-10 Thread sardar khan
rom:* android-developers@googlegroups.com [mailto: > android-developers@googlegroups.com] *On Behalf Of *sardar khan > *Sent:* woensdag 10 februari 2016 12:05 > > *To:* android-developers@googlegroups.com > *Subject:* Re: [android-developers] Help wanted for Android app > development &g

Re: [android-developers] Help wanted for Android app development

2016-02-10 Thread sardar khan
you should unregister the receiver in on stop or in on destroy method On Wed, Feb 10, 2016 at 2:49 PM, sardar khan <sardar.khan...@gmail.com> wrote: > this will tell you how to unregister Recevier Android > > On Wed, Feb 10, 2016 at 2:48 PM, sardar khan <sardar.khan...@

Re: [android-developers] starting Activity from Activity crashes application

2016-01-24 Thread sardar khan
n and it worked > > On Mon, Jan 25, 2016 at 7:40 AM, sardar khan <sardar.khan...@gmail.com> > wrote: > >> have you declare the activity in the manifest..?? >> >> On Mon, Jan 25, 2016 at 2:59 AM, Zaher abou khashbeh < >> zaheraboukhash...@gmail.com> wrote: &g

Re: [android-developers] starting Activity from Activity crashes application

2016-01-24 Thread sardar khan
have you declare the activity in the manifest..?? On Mon, Jan 25, 2016 at 2:59 AM, Zaher abou khashbeh < zaheraboukhash...@gmail.com> wrote: > I have created 3 activities > MainActivity has 2 layouts in it, on setOnClickListener it starts the > other activity > > the first onClickListener works

Re: [android-developers] Android

2016-01-19 Thread sardar khan
we can use picasso librar to set image on ImageView On Tue, Jan 19, 2016 at 6:10 PM, Chandan Parlecha wrote: > when image is comes from server how we use for all the device, means how > we can set for the device ? > > -- > You received this message because you are

[android-developers] IAP Error

2016-02-16 Thread sardar khan
Hy i have implemented the IAP in android.I create the application on playstore , i add publickey to my project, i add the testacount and test the app from my test acount and i also click the link and become a tested to test application and i have uploaded the apk on Open Alpha testing, and i

Re: [android-developers] REST Service phpp android Studio not work.

2016-02-16 Thread sardar khan
First check on your php side if the response is in json then proceed to android side On Wed, Feb 17, 2016 at 3:58 AM, TreKing wrote: > > On Tue, Feb 16, 2016 at 9:20 AM, oscar cuenca > wrote: > >> The app is builded with no errors. But when I

Re: [android-developers] ImageView not showing

2016-02-29 Thread sardar khan
so you add this imageview to the parent view.Like if you have linear layout.So linearLayout.addview(d1); On Tue, Mar 1, 2016 at 6:19 AM, Elijah Smith wrote: > I'm trying to set an imageview totally programatically. This is all I am > doing: > > ImageView d1 =

Re: [android-developers] Listing on date does not have the correct order on older Android version

2016-04-08 Thread sardar khan
have you apply coustom filter on listview to filter the events based on location..?? i think this issue might be the getview is recyclying its views position randomly On Fri, Apr 8, 2016 at 12:07 PM, Rutger Rozendal wrote: > Dear college's, > > Last year we develop and

[android-developers] Create pdf in android programmtically

2016-04-07 Thread sardar khan
Hy every one can any one guide me how to create pdf in android programmatically. i want to write some text and some images to pdf programmatically can any one guide me thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe

Re: [android-developers] Re: Create pdf in android programmtically

2016-04-08 Thread sardar khan
Thanks. On Fri, Apr 8, 2016 at 11:31 AM, gjs <garyjamessi...@gmail.com> wrote: > Hi, > > See > http://developer.android.com/reference/android/graphics/pdf/PdfDocument.html > > Regards > > On Friday, April 8, 2016 at 4:03:25 PM UTC+10, sardar khan wrote: >>

Re: [android-developers] New project with online database

2016-03-19 Thread sardar khan
AsyncTask On Sun, Mar 20, 2016 at 1:08 AM, Anwar Saiah wrote: > I'm working on an app that should retreive some data from a web stored > database. Then this data will be maintained manipulated and such.. > I thought that it would best if I built a java class in my

Re: [android-developers] Android Studio Code Problems

2016-03-24 Thread sardar khan
You should get the index of position of the item and then pass it to arrayList to remove the item use position as index to ArrayList to remove the item from arrayList. On Thu, Mar 24, 2016 at 10:47 PM, Mike wrote: > > > public class Notes extends AppCompatActivity { > >

Re: [android-developers] Android app cloesd direclty without showing error message?

2016-03-21 Thread sardar khan
use library for loading image Use Picasso Image Library to load Image Perfectly.Thanks On Mon, Mar 21, 2016 at 6:21 PM, Shrawan Shinde wrote: > working on e-commerce app, i need to load 100 image (Using Glide) at time > , so it consume up to 32 MB memory and app suddenly

Re: [android-developers] How to copy in internal storage?

2016-03-21 Thread sardar khan
have a look at this http://developer.android.com/training/basics/data-storage/files.html On Mon, Mar 21, 2016 at 5:36 PM, Cristian Dominguez wrote: > Hey, > > I have a problem copying an file to internal storage: > > I have done an app that extracts the .apk file of an

Re: [android-developers] AppBar title as page filter

2016-03-24 Thread sardar khan
Yes you can use toolbar as action bar then in menu item you can use Search view to search or filter the Page.Then you can apply filter on textchanged of the editttext in searchView. http://developer.android.com/intl/ru/training/search/index.html http://codetheory.in/adding-search-to-android/ you

Re: [android-developers] Regarding push notification....

2016-03-06 Thread sardar khan
when you update the table means when you run the update query simply call the webservice that send json data and on the android side parse the json and then generate the PushNotification. On Sun, Mar 6, 2016 at 2:58 PM, DoN KaRThi wrote: > Dear friends, >

Re: [android-developers] One big json call or multiple per activity calls for json?

2016-03-01 Thread sardar khan
i think good practice is to load all data first time and save it. On Tue, Mar 1, 2016 at 8:34 PM, Marcel Molenaar wrote: > Hello, > > What is good practice? > > I consider to do one call to my serverside json file at the first activity > of my app and get all my data at

Re: [android-developers] Syntax error: Unterminated quoted string

2016-03-03 Thread sardar khan
kindly upload the picture On Thu, Mar 3, 2016 at 6:28 PM, pankaj sharma wrote: > I am getting ghis error ... */tools/emulator: Syntax error: Unterminated > quoted string* in android studio and eclipse as well.. please suggest > some solution. > > -- > You received this

Re: [android-developers] Re: Regarding push notification....

2016-03-07 Thread sardar khan
sorry i haven't implemented it yet.if you send me the code .i can develope it for you. On Mon, Mar 7, 2016 at 9:31 PM, DoN KaRThi wrote: > send me the code frd.. > > Best Regards, > > Karthikeyan (IT dept) > +91 7708284542 > > On 7 March 2016 at 00:30, deepank

Re: [android-developers] SQL statement error

2016-03-28 Thread sardar khan
you can use delete query to delete data from table . where you provide null to delete evey things from it . On Mon, Mar 28, 2016 at 11:20 PM, Elijah Smith < elijah.matthew.sm...@gmail.com> wrote: > I have this SQL statement that I want to execute: > > db.execSQL("DELETE * FROM " + TABLE_NAME +

Re: [android-developers] bluetooth api

2016-04-02 Thread sardar khan
can you please send me the logcat details about the errors..so i can figure out what the problem is On Sat, Apr 2, 2016 at 8:57 PM, fbm fatma wrote: > hi all, i want to display the list of bounded devices with the android > bluetooth api , but i don't know why in

Re: [android-developers] Re: Need Eclipse Support for development

2016-04-21 Thread sardar khan
you can update your support library through sdk and then import the support library to eclipse and run the app.If your computer has 64-bit OS then u can run 64 or 32 bit version of eclipse adt if your computer has 32 bit OS you should use 32-bit eclipse adt bundle .thanks On Fri, Apr 22, 2016 at

Re: [android-developers] Android App crash in Marshmallow

2016-04-22 Thread sardar khan
kindly paste the logcat details here so we can check what the problem is On Fri, Apr 22, 2016 at 12:21 PM, Mayuri Bhamare wrote: > My android app works in KitKat, Lollipop, but as soon as you try to > install it on Marshmallow, It gives error > > > Unfortunately App is

Re: [android-developers] Android Studio listView Add and Search

2016-04-28 Thread sardar khan
you have to make a custom filter for searching in the listView.Kindly watch this vedio to implement custom filter for searching https://www.youtube.com/watch?v=cC5vz9vIGy8 On Wed, Apr 27, 2016 at 9:07 PM, Deividas Brazenas < deividas.braze...@gmail.com> wrote: > I have a task to make an Android

Re: [android-developers] Saving state of custom adapter

2016-04-28 Thread sardar khan
http://stackoverflow.com/questions/19087096/android-radio-buttons-keep-changing-their-state-when-list-view-scrolled kindly have look at this to solve the problem Thanks regards Sardar Khan On Thu, Apr 28, 2016 at 6:20 PM, shikhar jain <shikhar...@gmail.com> wrote: > Hey, > >

Re: [android-developers] i can't publish my App into Google play store

2016-04-27 Thread sardar khan
have you uploaded the apk of the app and also provide all resources for app top published. On Wed, Apr 27, 2016 at 3:48 PM, wrote: > hello dear please check why i can't publish my app to google play thank > you and give me the solution > > -- > You received this

Re: [android-developers] settext in edittext and edit that string

2016-05-17 Thread sardar khan
hy, you can set the cursor position by using this http://stackoverflow.com/questions/8035107/how-to-set-cursor-position-in-edittext On Tue, May 17, 2016 at 11:17 PM, Nomana Malik wrote: > i have a edittext in which i am setting a string > edittext.settext(result).i want

Re: [android-developers] Keyboard

2016-05-17 Thread sardar khan
did you find any resourse ..?? i want to build the same app thanks On Tue, May 17, 2016 at 7:50 PM, 'Carina Huellen' via Android Developers < android-developers@googlegroups.com> wrote: > hey, > > I'm trying to build an App with Android Studio and I need some help > because I don't know how to

Re: [android-developers] Beginner questions

2016-05-23 Thread sardar khan
In the activity create a method name with trialmodule and do what you want to do. http://stackoverflow.com/questions/4153517/how-exactly-does-the-androidonclick-xml-attribute-differ-from-setonclicklistene On Mon, May 23, 2016 at 2:25 PM, Roy Bettesworth wrote: > I want to

Re: [android-developers] Reading and displaying long formatted text documents in Android

2016-05-17 Thread sardar khan
Hy you can create pdf using IText Library and you can show pdf to user . Sorry for bad english. here is the link to create pdf using itext . http://tutorials.jenkov.com/java-itext/table.html On Tue, May 17, 2016 at 4:29 PM, Amitai Rosenberg wrote: > Hi all. > > I'm

Re: [android-developers] can't create emulator with android studio on windovs 7(32bit)

2016-05-02 Thread sardar khan
to create emulator with eclipse luna or is not suported?in > bios i have not the option " Hardware Accelerated Virtualization " > > Il giorno lunedì 2 maggio 2016 12:44:56 UTC+2, sardar khan ha scritto: >> >> couple of weeks ago i experienced a same problem the solution is

Re: [android-developers] can't create emulator with android studio on windovs 7(32bit)

2016-05-02 Thread sardar khan
tion free?or its possible tu have cracked?i have > blluestacks,but i like to create my emulator,i try to find cracked > genymotion,thank you > > Il giorno lunedì 2 maggio 2016 13:12:14 UTC+2, sardar khan ha scritto: >> >> other solution is to install genyMotion it is very pow

Re: [android-developers] can't create emulator with android studio on windovs 7(32bit)

2016-05-02 Thread sardar khan
couple of weeks ago i experienced a same problem the solution is to install the Intel HAXM . if you cannot install the Intel HAXM you should go into system bios and enable Hardware Accelerated Virtualization On Mon, May 2, 2016 at 3:33 PM, kudkoji67 wrote: > hello,i have

Re: [android-developers] Link a database to an application through a website

2016-05-09 Thread sardar khan
You should use webservices to take data from your website in Json format and send it to android and you can receive json from webservice and display in App. On Mon, May 9, 2016 at 11:58 AM, toi749 wrote: > Hello. I'm a student in france. For the end of the year i need to do a

Re: [android-developers] Re: Please ban those job postings!

2016-07-28 Thread sardar khan
Yes i am agree with you On Thu, Jul 28, 2016 at 12:41 AM, TreKing wrote: > On Wednesday, July 27, 2016 at 8:59:30 AM UTC-5, RLScott wrote: >> >> The group rules say that job postings are considered spam and posters can >> be banned without warning. Moderators, please *do

Re: [android-developers] Scrolling Issue

2016-07-29 Thread sardar khan
hy, kindly use this link http://stackoverflow.com/questions/26648991/listviewdragginganimation-broken-on-android-5-lollipop On Fri, Jul 29, 2016 at 1:24 PM, Bhavin vasundhara < bhavin.vasundh...@gmail.com> wrote: > I use drag and drop in a list. When the list is too long, I want that when > I

Re: [android-developers] Scrolling Issue

2016-07-29 Thread sardar khan
my layout has one listview i want to scroll the listview in y-axis On Fri, Jul 29, 2016 at 2:47 PM, Daiva Prema Ministries < daivapr...@gmail.com> wrote: > how is your layout file? > > On Fri, Jul 29, 2016 at 4:24 PM, Bhavin vasundhara < > bhavin.vasundh...@gmail.com> wrote: > >> I use drag and

Re: [android-developers] Android Google Maps

2016-07-24 Thread sardar khan
Kindly check this link http://www.androidtrainee.com/driving-distance-and-travel-time-duration-between-two-locations-in-google-map-android-api-v2/ On Sat, Jul 23, 2016 at 8:33 AM, Ruchit Kadakia wrote: > Draw Map route between source and destination ? > > -- > You

Re: [android-developers] app crashes after adding toolbar

2016-08-12 Thread sardar khan
i think toolbar is not supported in samsung tablets i encounter this problem but my tabs android version is 4.0 thanks On Fri, Aug 12, 2016 at 6:57 PM, Roman Turzyny wrote: > I have a really basic app, only one Activity with toolbar. Eveything works > fine on my LG G2 (API

Re: [android-developers] Android studio

2016-08-10 Thread sardar khan
Kindly have a look at this tutorial http://www.androidhive.info/2011/11/android-sqlite-database-tutorial/ On Wed, Aug 10, 2016 at 8:24 AM, Dewi Setiana wrote: > Hello, i want to ask. I have aplication mobile but there is no database. i > want to build database but i

Re: [android-developers] help with android developer

2016-07-18 Thread sardar khan
kindly install geny motion and test On Mon, Jul 18, 2016 at 12:24 PM, Ahmed Elgammal wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > *hi alli have a big problem with android studio when i am trying to play > emulatorfirstly my computer

Re: [android-developers] android intent getIntExtra returns default value

2016-07-14 Thread sardar khan
can you paste here the full code On Fri, Jul 15, 2016 at 3:14 AM, essien david wrote: > Please i am building an app and i keep having an error in the app > getIntExtra keeps returning the default value. > here is the code: > > Intent i = new

Re: [android-developers] Quran Applications Font issues

2016-08-05 Thread sardar khan
Salam , please contact some authenticate Ulama's before making this application because it is very sensitive matter.So my advice is to do it carefully. On Fri, Aug 5, 2016 at 11:55 AM, wrote: > Hey guys, > > I am making a quran application in which i am using fonts

Re: [android-developers] App Problem how can i fix it ?

2016-06-29 Thread sardar khan
paste the log here to see the error On Wed, Jun 29, 2016 at 3:01 PM, Fatime Akçaylıer wrote: > Hi > my android studio is new version. i want to my aplication generate signed > APK. > i dont know how can i fix this problem? > > Error:Execution failed for task

Re: [android-developers] Using "findViewbyId' in Broadcast Receiver

2017-01-24 Thread sardar khan
You can launch an Activity through broadcast receiver. that can change the textview colour.. On Sun, Jan 15, 2017 at 4:02 AM, abdullah zaman < engr.abdullahza...@gmail.com> wrote: > How can I use findViewById() in a Broadcast Receiver class. Below is my > code snippet. I get the error message:

Re: [android-developers] generating pdf files in android

2016-08-21 Thread sardar khan
You can use itext to generate pdf files because it is easy to use and you should check for pdf reader app in your mobile to run your generated pdf files. On Mon, Aug 22, 2016 at 12:45 AM, Syeda Farheen wrote: > Hi > > I am new to android development. I am working on a

Re: [android-developers] The emulator doesn't start

2017-03-01 Thread sardar khan
You can download ..3rd party emulator like blueStack and genemotion..or you can test it on real device.. On Tue, Feb 28, 2017 at 12:00 AM, Nermin Ahmed wrote: > I'm beginner in using Android Studio and the emulator was working fine. > Suddenly it doesn't start. I

Re: [android-developers] “The item that you requested is not available for purchase” android In-App purchase error

2016-08-24 Thread sardar khan
Some time you have to wait for the activation of the item that you want to purchase .Secondly check that you add the email to tester and you become a tester for testing In-app Purchase Package name must be same for all . -- You received this message because you are subscribed to the Google

Re: [android-developers] “The item that you requested is not available for purchase” android In-App purchase error

2016-08-25 Thread sardar khan
you are receiving message purchase cancelled and you are complaining about item is not available now the message is changed On Thu, Aug 25, 2016 at 11:28 AM, hunain aftab wrote: > I had already set another gmail account to the tester and even the package > name is same

Re: [android-developers] Foreground service getting killed in background by the OS on android 4.4.4

2016-10-04 Thread sardar khan
You can use this http://stackoverflow.com/questions/20636330/start-sticky-does-not-work-on-android-kitkat or have a look at this https://code.google.com/p/android/issues/detail?id=63793 On Tue, Oct 4, 2016 at 3:44 PM, Sumit Sharma wrote: > Foreground service with

Re: [android-developers] Who can help me ?

2016-10-07 Thread sardar khan
yes you can change apk when you want and now its ok to upload directly as Production APK..Thanks On Fri, Oct 7, 2016 at 9:26 PM, wrote: > Hello guys , > > i've got a problem, i published my app directly with the production > version and when i download it . it WONT open

Re: [android-developers] Views vs Graphics

2016-08-18 Thread sardar khan
If you create too many views at runtime it could be a performance issue for it. On Thu, Aug 18, 2016 at 8:19 AM, Aleksey Shurtygin < aleksey.shurty...@gmail.com> wrote: > Hi, > > I am long-time C# developer. I recently decided to play around with > Android and Java. My first project I am trying

Re: [android-developers] Could not find a method saveData(View)

2016-09-29 Thread sardar khan
You should add the method in the activity file. That method is declared as onclick atrribute of the button with the name SaveData.You should implement this method in your activity file. For example look at this document. https://developer.android.com/reference/android/widget/Button.html On Thu,

Re: [android-developers] Re: Android Virtual Device

2016-10-02 Thread sardar khan
You can use third party emulator like bluestack and genymotion. On Mon, Oct 3, 2016 at 8:31 AM, warren nazareno wrote: > Or is it okay to start coding without configuring first the AVD? > or AVD is necessary to test? > Thanks in advance. > > On Monday, October 3, 2016 at

Re: [android-developers] cleaning service contact addresses in bangalore

2016-09-27 Thread sardar khan
url is not working On Tue, Sep 27, 2016 at 11:11 AM, bisy biz wrote: > > > > > > Cleaning Services in Bangalore > - List of > expert cleaners in Bangalore and cleansing businesses, businesses, price, > contact

Re: [android-developers] Where to put code to test if activity has online access?

2016-10-03 Thread sardar khan
check isOnline before getting data from internet if its true get the data from internet if not redirect back to user. On Tue, Oct 4, 2016 at 1:24 AM, Aaron D wrote: > Hi, I want to test if my activity has online access. > I click a button to execute an activity (downloads

Re: [android-developers] Change webpage in app without opening chrome?

2016-10-29 Thread sardar khan
You can use WebView in android. On Sat, Oct 29, 2016 at 7:10 AM, DatOneLefty wrote: > My app runs a webpage, whenever I click on a link, it opens up the page in > chrome and not the app. How can I fix this? > > -- > You received this message because you are subscribed to

Re: [android-developers] How to keep crash report of android app

2016-11-08 Thread sardar khan
See FireBase Integration in android. On Tue, Nov 8, 2016 at 10:01 PM, Chairi Kiourt wrote: > Hi everyone, > > I am new on developing android app and i have a problem. > > I have developed and app for restaurant order in android studio, which > communicates wit an Apache

Re: [android-developers] How to keep crash report of android app

2016-11-08 Thread sardar khan
https://firebase.google.com/docs/crash/android you can use this,, On Tue, Nov 8, 2016 at 11:32 PM, Chairi Kiourt wrote: > Thank you for your answer Steve Gabrilowitz, like i notice this code > creates a string with the error, but i didnt understand if stores the > string into

Re: [android-developers] About granding permission above Marshmallow.

2016-10-24 Thread sardar khan
Why you need camera permission to turn on the flash light.If any app is build for turning the flash light on so why is the permission for camera..?? On Tue, Oct 25, 2016 at 9:31 AM, YoYo Hai wrote: > I have read something about permission in "https://developer.android. >

Re: [android-developers] Facebook api with android development

2016-10-25 Thread sardar khan
You can use your private acount to make app on facebook . And you can only make an app on facebook developer console that donot harm your privacy and there is no security issue about this.If you are more curious about it you can make another account and use this for making app in facebook.Yes you

Re: [android-developers] Re: Change Keyboard Key label at runtime

2016-10-24 Thread sardar khan
Check you system log message for error. On Mon, Oct 24, 2016 at 3:26 PM, Simao Ngole wrote: > SORRY I KNOW THAT YOU ARE NOT TALKING ABOUT THIS, BUT I NEED HELP WITH THIS >> guys please help. i am having some little problem on my android studio, >> when i try to create

Re: [android-developers] New comer

2016-10-24 Thread sardar khan
This might be the issue that you have 32 bit computer and you install 64 bit version of android studio.or viceversa. On Mon, Oct 24, 2016 at 3:21 PM, Simao Ngole wrote: > guys please help. i am having some little problem on my android studio, > when i try to create new

Re: [android-developers] Re: Can not upload Pictures for Achievements

2016-11-25 Thread sardar khan
ok.be happy.. On Fri, Nov 25, 2016 at 8:49 PM, KICKinYaFACE wrote: > It's somewhat working now. > I still get the "invalid file" messages, sometimes i get "try again" > messages but on the thrid or fourth try its accepted now. > > -- > You received this message because you

Re: [android-developers] Can not upload Pictures for Achievements

2016-11-25 Thread sardar khan
use png images On Fri, Nov 25, 2016 at 5:30 PM, KICKinYaFACE wrote: > Hey there, > > I'm developing a Game for Android and I'm currently setting up the > Achievements for it. Everything is working so far, except the pictures i > need for the Achievements. > > The Developer

Re: [android-developers] Can not upload Pictures for Achievements

2016-11-25 Thread sardar khan
http://www.picresize.com/ use this to make images..to png and jpg On Fri, Nov 25, 2016 at 6:13 PM, sardar khan <sardar.khan...@gmail.com> wrote: > try jpg > > On Fri, Nov 25, 2016 at 6:06 PM, KICKinYaFACE <kickinyaf...@web.de> wrote: > >> PNGs do not work for me

Re: [android-developers] Can not upload Pictures for Achievements

2016-11-25 Thread sardar khan
try jpg On Fri, Nov 25, 2016 at 6:06 PM, KICKinYaFACE <kickinyaf...@web.de> wrote: > PNGs do not work for me as well. > > Am Freitag, 25. November 2016 14:01:56 UTC+1 schrieb sardar khan: >> >> use png images >> >> On Fri, Nov 25, 2016 at 5:30 PM

Re: [android-developers] Can not upload Pictures for Achievements

2016-11-25 Thread sardar khan
it should be a bug from google developer console. On Fri, Nov 25, 2016 at 6:43 PM, AffNaff wrote: > I have this same problem today. Earlier everything was working fine. I'll > send e-mail to Google Technical Support for Developers, if they answer my > question about

Re: [android-developers] Re: ImageLoader error and crashes the application

2016-11-16 Thread sardar khan
1.you have to scale down your bitmaps by seeing best practices by android developers https://developer.android.com/training/displaying-bitmaps/load-bitmap.html#read-bitmap 2. you have to process bitmap off the UI thread. check this..

Re: [android-developers] Android studio Canvas problem

2016-11-15 Thread sardar khan
you can save bitmap from canvas and make it a image.. http://stackoverflow.com/questions/8179064/how-to-save-the-drawing-canvas-in-android On Wed, Nov 16, 2016 at 11:42 AM, Zonaira Batool wrote: > Is it possible to create a folder in android app which stores and

  1   2   >