Langsung ke konten utama

Postingan

Menampilkan postingan dengan label Programing

[HOW][Tutorial][DIY] Memanfaatkan Background Processing di Android AsyncTask

Tutorial berikut bagai mana cara memanfaatkan background processing diandroid. Kita tahu background processing di gunakan sebagai proses yang berjalan di belakang aplikasi ini. Gunanya jika kita ingin melakukan proses secara bersamaan dimana salah satunya berjalan di background. AsynTask sendiri adalah class yang di sediakan android SDK guna melakukan background processing di android. AsynTask melakukan proses melalui tiga tahap.

[DIY Tutorial] Implement MVP on Android ~ DroidUMM

This is a tutorial on applying MVP android from the previous material. I took this article from http://jamespeckham.com following article is very simple to be implemented so you need to do the implementation. Now you make your android project. finish creating a project android, created three packages. create a class with the name AskNameView.java used as a Main Activity or up to you if you have any other name that you created by the wizard

[Concept] Model View Present (MVP) Pattern for Architecture Android~ DroidUMM

 Model-View-Presenter (MVP) is an architecture pattern for the presentation layer of software applications. The pattern was originally developed at Taligent in 1990s and first was implemented in C++ and Java. In MVP, the View and the Model are neatly separated and the View exposes a contract through which the Presenter access the portion of View that is dependent on the rest of the system.  [Next Article Implement MVP on Android] The Model is the component which preserves data, state and business logic; it just exposes a group of service interfaces to Presenter and hides the internal details. The View is the user interface, it receives user’s action and contract to Presenter to achieve user’s need, and then the View responds user by result information. The Presenter sits in between the View and the Model; it receives input from the View and passes commands down to the Model. It then gets result and updates the View trough the contracted View interface.

[DIY] Using Log On Android ~ DroidUMM

Sometimes to find the error in android using logcat not enough for us to give an error or debugging information we want. Therefore, we can use the Log class to describe the error or debug what we want. private static final String TAG = "Sending Email"; Code above is used to describe the TAG Error that we use. Suppose that tag to describe the " Sending Email " and you can create a new TAG variable according to your needs

Implement a Share Intent ~ DroidUMM

Tutorial From Mobile.TutsPlus .Com This tutorial runs through the basic process of creating a share button, implementing the share Intent, passing your content, and building the chooser list. Implementing the share Intent allows users of your apps to share content across multiple channels, including email, text messaging, social networking and more. You can give your users a good level of control over how they wish to share your content by letting them select from the list of sharing applications available on their own devices. Step 1:  Start a New Android Project If you already have an application you want to implement sharing with, you can use it. If not, create a new project in your Android IDE. In Eclipse, choose “File,” “New,” “Project” then “ Android Project.” Fill in your project details and click “Finish.” your new app’s details will appear in the workspace.

Android Programming ~ DroidUMM

Foreword / How to read this doc This document was written for developers who have worked with Java™  before and want  to start developing for  the Android Platform. I tried to  make this as much “hands on” as possible, placing  example  codes everywhere it  fit.  Also I  tried to insert as many picture as possible,

Android Patterns ~ DroidUMM

For friends   who like   it might website android   design   is beneficial to   all of you. Android Pattern   this site   helps   us   understand the   pattern   of   android application .   for example if   to   make   navigation on the   android   we   must   consider the   good and   the bad   from   the user side . Thus we   can   make   a good application   and easy to   navigate   by the user .   Android does not just   have   a good   core   but   also   should   have   a nice design   too . [Read More]

Create Content Provider ~ DroidUMM

Generate Android Code is a useful online tools for developing your android applications by leveraging ContentProvider [ reference 5 Storing and retrieving data] . These tools require you to enter the package name and the name of the database after it stayed generated then you will get source code from the reference results

[DIY] How to Send Email With JavaMail On Android ~ DroidUMM

Nah, Sekarang bagaimana caranya menggunakan JavaMail di Android ? Semoga tutorial berikut membantu Pertama download dulu file pendukungnya alias library di  http://code.google.com/p/javamail-android/ sekarang saya mencoba mengirim email menggunakan android tanpa menggunakan Intent . Yups, saya menggunakan JavaMail  .

Welcome Android UMM

Selamat datang teman-teman pencinta dan penggila Android Salam Droid, Perkembangan teknologi android yang kian melesat sampai saat ini Android 4.0 membuat semangat dan rasa penasaran komunitas android umm untuk berbagi ilmu dan cerita tentang android. Mulai dari  Review , Custom , Hacking , dan Programming , adalah hal yang menarik yang di bahas. Blog ini tulisan karya anak android umm yang gila dan cinta akan Android. Komunitas yang isinya merupakan tempat sharing berbagai macam tentang android. Blog yang merupakan kumpulan dari berbagai artikel-artikel komunitas android umm. Mengembangkan kreatifitas tanpa batas di android. Review , Custom , Hacking , Programming share disini. Jangan takut salah karena seseorang tanpa kesalahan tak akan bisa sukses (Android dalam pengembanganya selalu terjadi kesalahan dan terus melakukan perbaikan). Best Regards Droid