Android Application Development Cookbook: 93 Recipes for Building Winning Apps



Download 32,34 Mb.
Pdf ko'rish
bet37/56
Sana26.02.2022
Hajmi32,34 Mb.
#470540
1   ...   33   34   35   36   37   38   39   40   ...   56
Bog'liq
Android Application Development Cookbook

Figure 1-15 
Figure 1-16 
www.it-ebooks.info


30

ChAPter 1
Android FundAmentAls
Intent i = new Intent(android.content.Intent.ACTION_SEND_MULTIPLE);
i.setType("image/*");
i.putExtra(Intent.EXTRA_STREAM, urisToImages);
i.putExtra(Intent.EXTRA_SUBJECT, "Subject...");
i.putExtra(Intent.EXTRA_TEXT, "Text...");
startActivity(Intent.createChooser(i, "Apps that can respond to this"));
Figure 1-17 shows the two images sent to the Gmail application.
Figure 1-17 
If you simply want to launch an application that enables you to view images, use the following code 
snippet:
Intent i = new Intent(android.content.Intent.ACTION_VIEW);
//---indicates the type that the target activity will handle--- 
i.setType("image/jpeg");
startActivity(i);
www.it-ebooks.info


 
Recipe 1.7 calling Built-in Apps

31
The preceding code snippet will list all the applications that allow you to view images (see 
Figure 1-18).
If you want to send an image (say located on the SD card) to an image viewer application, you can 
use the following code snippet:
Intent i = new Intent(android.content.Intent.ACTION_VIEW);
i.setDataAndType(
Uri.parse("file:///storage/sdcard0/MyPhoto.jpg"), "image/*");
startActivity(i);
Figure 1-19 shows the Galley Viewer displaying the image located on the SD card. 
Figure 1-18 
Figure 1-19 
www.it-ebooks.info


32

ChAPter 1
Android FundAmentAls
reCiPe 1.8 
MAKing your APPLiCAtion CALLAbLe by 
others

Download 32,34 Mb.

Do'stlaringiz bilan baham:
1   ...   33   34   35   36   37   38   39   40   ...   56




Ma'lumotlar bazasi mualliflik huquqi bilan himoyalangan ©hozir.org 2024
ma'muriyatiga murojaat qiling

kiriting | ro'yxatdan o'tish
    Bosh sahifa
юртда тантана
Боғда битган
Бугун юртда
Эшитганлар жилманглар
Эшитмадим деманглар
битган бодомлар
Yangiariq tumani
qitish marakazi
Raqamli texnologiyalar
ilishida muhokamadan
tasdiqqa tavsiya
tavsiya etilgan
iqtisodiyot kafedrasi
steiermarkischen landesregierung
asarlaringizni yuboring
o'zingizning asarlaringizni
Iltimos faqat
faqat o'zingizning
steierm rkischen
landesregierung fachabteilung
rkischen landesregierung
hamshira loyihasi
loyihasi mavsum
faolyatining oqibatlari
asosiy adabiyotlar
fakulteti ahborot
ahborot havfsizligi
havfsizligi kafedrasi
fanidan bo’yicha
fakulteti iqtisodiyot
boshqaruv fakulteti
chiqarishda boshqaruv
ishlab chiqarishda
iqtisodiyot fakultet
multiservis tarmoqlari
fanidan asosiy
Uzbek fanidan
mavzulari potok
asosidagi multiservis
'aliyyil a'ziym
billahil 'aliyyil
illaa billahil
quvvata illaa
falah' deganida
Kompyuter savodxonligi
bo’yicha mustaqil
'alal falah'
Hayya 'alal
'alas soloh
Hayya 'alas
mavsum boyicha


yuklab olish