[android-developers] Android Studio - Multi machine/user installation such as IT classroom in a school?

2017-08-11 Thread Faisal Parkar
Hi All,

I hope someone can clarify something which I believe I know already. Does 
Android Studio support a multi machine/user installation for a school? I.e 
 Can I somehow deploy Android Install and its SDK components to deploy a IT 
Suite?

Apologies if this has been covered but I've been asked to look into this 
and I can't find any way of doing it or even if Google support this?? I 
have had issues where when a Active Directory user logs on they get errors 
that they cannot located SDKs etc.


Many thanks in advance.

Faisal.

-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/e6d2de8f-43c1-49ff-b3a4-06ee54000220%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] launcher 3 import library

2016-05-20 Thread faisal r
can i import android support design, appcompatactivity to launcher3?

-- 
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 android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/9347e321-f667-42d2-a951-752d2de354b8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] disable date time setting in android

2012-10-16 Thread Faisal Ibrahim Silitonga
hi 
i want to build an aplication that make the date time setting in adroid 
disable and cannot change the date time. Is that possible?

-- 
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] Re: Device Administration API policy prevent change set date time

2012-10-16 Thread Faisal Ibrahim Silitonga
hi are you solve this problem?
i have same problem?
can you share how to prevent user to be able to set time settings?

Pada Selasa, 29 November 2011 18:54:04 UTC+7, Anil from the Alps menulis:

 We are developing an Enterprise App and want to use Device
 Administration API as it is explained on
 http://developer.android.com/guide/topics/admin/device-admin.html.
 This seems to be a good solution for us. We would like to prevent the
 user of the device to be able to set time settings. In other words. We
 want to set a policy which defines, that the value in settings -
 Date  time - Automatic Use network-provided values is allways on
 and the user MUST not change this value.
 Are there any recommandations to do this?
 Thanks
 Anil


-- 
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] Optimization distance using Dijkstra's algorithm

2012-09-19 Thread Faisal
I am currently completing my thesis, now I'm confused about the 
implementation to optimize distance on maps using Dijkstra's algorithm, are 
there any here who have used this algorithm to optimize distance on maps? 
using maps what? whether on google maps be?

-- 
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] Grab Text From Website

2012-02-08 Thread faisal sajjad

Hi,

I want to grab data/text from the website and display that data/text
in android Text View widgets like Currency Rate . so i have to grab
that data/text and display that in to android Text View widgets/ alert
dialog
can anyone help me please?
i tried in searching Google with no result . Please help me suggesting
me code or any website that helps me.
Thanks
Faisal

-- 
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] Arabic Text to Display

2010-10-27 Thread Faisal Basra
Hello everyone,

I just started android development and now facing an issue. I can't
show arabic unicode text on android app. I have used TextView, I tried
to copy an arabic font in asset folder and try to use it. But all my
characters are shown but not connected.

Any help in this regard will be highly appreciated.

-- 
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] On clear notification, stop sound file.

2010-08-30 Thread Faisal Basra
I have an app, which play a sound file when a notification is fired.

I am wondering is there any way, I can stop the file being played by
notification when user presses clear notification button.

Thanks in advance, for your support.

-- 
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] Re: Dynamic Image loading from Resources in ImageView

2009-08-03 Thread Faisal T

Hi Dude,

 There is a simple method.

From your activity you can directly call below code

getResources().getDrawable(R.drawable.rID)

it will return you the drawable object.

regards,
Faisal T

On Aug 1, 5:55 am, DroidDude bhavy...@gmail.com wrote:
 Hi,

 I am very new to Android Development and I have a doubt regarding
 Image Loading in ImageView from R.drawable.

 Just to brief What I am trying to accomplish is :Showing a ListView
 with ImageView and TextView using ViewWrapper pattern.

 I get the Text Value for TextView from one http service and I store
 all the values in String Array. I have implemented my own Adapter with
 my own implementation of getView().

 Now the issue:

 I have put all the images i want to show in res/drawable folder. now
 based on the value of text I want to pick that image from the folder
 and show it in the Imageview.

 For Example:
 if i get aaa as the value of TextView. I already have aaa.jpg in res/
 drawable folder and I want to set that image in ImageView.

 I don't know how to get the handle for aaa.jpg in androind.

 I have tried follwoing with no luck:
 ImageView.setImageResource() - But it takes the rID as argument which
 is of type int. I cant generate R.drawable.+myVairable.

 ImageView.setImageDrawable(Drawable.createFromPath(PATHVariable))-But
 I don't know how to give the path to the image. I tried ./res/
 drawable/+variable+.jpg

 BitmapFactory takes the similar argument for all its method.

 I really don't want to write any Async Image Loader based on any
 server based URIs as I dont have any hosting server available.

 Kindly help.

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



[android-developers] AndSpot Ready To Rock! - Win The Next Android Phone or 100$ worth of Android Applications

2009-01-23 Thread Faisal Abid

AndSpot, the competitor to Google's Marketplace launched today in
beta. They have a contest going on and where you can win the G2 or
100$ in Android Applications. Check it out.

http://www.andspot.com/blog/?p=19
--~--~-~--~~~---~--~~
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] AndSpot Android Store now taking Paid and free applications

2008-12-31 Thread Faisal Abid

AndSpot is opening the doors to publishers to set up prices and upload
their paid and free applications, so they can be ready to be sold/
downloaded when andspot launches this week. Check out the andspot blog
for more details. AndSpot.com/blog.
--~--~-~--~~~---~--~~
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] Re: Taking payments (google checkout)

2008-12-24 Thread Faisal Abid

The folks over at AndSpot (www.andspot.com) are launching an android
app store with paid applications support. Check it out i guess. there
in private beta right now, should launch in public beta on new years.

On Dec 24, 11:01 am, Al Sutton a...@funkyandroid.com wrote:
 The rules seem to that if you list on Marketplace you can't put a
 payment system into your app (this may change when Market takes paid
 apps, but how is still unknown).

 There is nothing stopping you writing an app that integrates Google
 Checkout, Mogees, PayPal, or something else and distributing it through
 your website, AndAppStore, and any other distribution channel that will
 take it.

 Hope this is useful,

 Al.

 Kevin wrote:
  I don't think there is a direct tie in to google checkout on the
  platform yet.  True?  Any word on that, outside of the market place?
  I have an app that would allow the user to place an order oneline, and
  I'd rather avoid the browser if possible.  I guess I could forward the
  user to a page based on an id returned from the server, but still.
  The less typing and whatnot, the better.

 --
 ==
 Funky Android Limited is registered in England  Wales with the
 company number  6741909. The registered head office is Kemp House,
 152-160 City Road, London,  EC1V 2NX, UK.

 The views expressed in this email are those of the author and not
 necessarily those of Funky Android Limited, it's associates, or it's
 subsidiaries.
--~--~-~--~~~---~--~~
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] Downloading File

2008-11-10 Thread Faisal Abid

How would i Go about downloading a file and saving it to the sd card.
I tried doing URL connection and i get the data of the file by how
would i go about saving it now? Is there a better way then URL
connection?

Thanks, Faisal

--~--~-~--~~~---~--~~
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
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---