Hi! Welcome to Lorenz’s Blog! My name is Lorenz, the author of this site and all of its contents. I’m a web, Android and IOT developer. I have been actively involved in web & Android application development for over twenty years and currently focusing on IOT application development.
Wanna know more about me? Clicke here 😉
Thanx for your visit and come back often ..
Salam kenal Kang.. 😀
Saya masuk ke blognya waktu nyari2 tutorial android, saya lagi belajar.
Ntar boleh ya Kang nanya2 tentang Android. 🙂
wah, banyak resource android di sini. salam kenal ya mas 🙂
Salam kenal jg mas Jogi …;)
Wah tutorial nya mantap… share2 dong di forum kami..
~Terima Kasih~
i like all your project 🙂
ever your apps there always touch art.
Thanx ;).
Mantap, menarik artikel2nya…bakal sering main ke sini lagi hehe 😀 . Btw artikel wp7 nya belum ada ya… hehe 🙂
Belum sempat buatnya, nanti akan dibuat dlm beberapa minggu. masih jarang jg sih coding di wp7, lebih banyak di Android 😉
Mantap2 mas lorenz aplikasinya, kalo boleh di share dong mas cara bikin button share utk share aplikasi yg kita buat..:D cari2 belum dapet aja.. 🙁
Maksudnya button share to facebook, twitter etc? caranya gini:
Intent intent = new Intent(Intent.ACTION_SEND);
intent.setType(“text/plain”);
intent.putExtra(Intent.EXTRA_SUBJECT, subject);
intent.putExtra(Intent.EXTRA_TEXT, text);
startActivity(Intent.createChooser(intent, “Share in:”));
Hey
hi lorenz, i am big fane of you whenever i found any problem i am coming on your blog.
i want check whether specific app is movable to sd card or not using code…
please help me..
for android platform
Kere kang blog nya,, karya2 nya juga oke.. update terus..
Maaf, “keren” maksud saya 😀
Hi
God Bless You.
Your post about “image cropping like Instagram” was fully useful.
I want to donate but I can’t.
Hi Lorenz,
Been following your awesome blog for some time and tx for nice tutorial. I’m new at mobile development. I need some help to build something like this:
* The app needs to display images from around the user’s current location.
* The app should automatically detect the user’s location and query an online service of your choosing for places around the user and photos associated with those places.
* Suggested services can be Foursquare, Instagram and Flickr.
* The app should group photos according to location
* Tapping on a group should display all photos for that group
* Tapping on a photo should display it full screen
* Any metadata associated with the photo (title, caption, etc.) should be displayed along with the photo
* The app may display the photos on a map
Would really appreciate the help.
Regards,
J.
awalnya saya kira webnya orang luar negeri.. eh pas di cek menu ‘MY APPS’ kok ada app tagihan telkom . . . tagihan listrik… wah keren banget.. two thumbs up lah…
sir, can you please help me I am trying to share pictures on Facebook by using Facebook API.