Android ဖုန္းထဲတြင္ Android App တခုဖန္တီးျခင္း
ကိုယ္ပိုင္ Android App တခုဖန္တီးဖို႔ လိုအပ္ခ်က္ေတြ အမ်ားႀကီး ႐ွိပါတယ္။ အခုေျပာမွာက ကိုယ္ပိုင္ Android Phone,Table ေပၚမွာ apkတခု ဖန္တီးဖို႔ လမ္းၫြန္ျပသသြားမွာပါ။ Computer ေပၚမွာ ေရးတဲ့ Android Apk ေလာက္ အဆင့္ျမင့္ေပမယ့္ လက္ေတြ႔ Android Phone ေပၚမွာ သုံးေနတဲ့ Apk အေသးစားေလာက္ေတာ့ ဖန္တီးလို႔ရပါတယ္။
လိုအပ္တာေတြက
1.AIDE Apk
2.App UI Graphic Apk
3.AIDE Premium Key Apk
တို႔ျဖစ္ပါသည္။
1.AIDE Apk
Android Apk တခုဖန္တီးဖို႔ AIDE Apk ကို အသုံးျပဳ၍ ေရးသားသြားမွာပါ။
2.App UI Graphic Apk
AIDE တြင္ ေရးထားတဲ့ apkကို design ျပဳလုပ္ဖို႔ အသုံးျပဳပါမည္။
3.AIDE Premium Apk
AIDE တြင္ apk တခုေရးရာတြင္ AIDE Premium Apk ကို install လုပ္ထားရန္ ျဖစ္ပါသည္။
လိုအပ္ေသာ Apk ကို ေအာက္တြင္ ေဒါင္းလုပ္ဆြဲပါ။bill အေျခအေနအရ zip ဖိုင္လုပ္ေပးထားရတာပါ။zip password က gipsykoko ပါ။
>>>Download Here<<<
Website/Blog Url Apk(Button Click)
ေရးနည္းအရင္ေျပာျပပါ့မယ္။
အေပၚမွာ ေျပာထားတဲ့အတိုင္း AIDE Apk စတင္ဖြင့္ပါ။ၿပီးရင္ res>>>>layout>>>>main.xmlကိုဖြင့္ပါ။
ေအာက္က code ကို ထည့္ပါ။
<Button
android:layout_height="wrap_content"
android:text="Button"
android:layout_width="wrap_content"
android:id="@+id/button"/>
src >>> MainActivity.java ကိုဖြင့္ပါ။ ေအာက္က code ကို ထည့္ပါ။
(import)အပိုင္း
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.widget.Button;
import android.view.View;
import android.view.View.OnClickListener;
Button button;
Source(အပိုင္း)
addListenerOnButton();
}
public void addListenerOnButton() {
button = (Button) findViewById(R.id.button);
button.setOnClickListener(new OnClickListener() {
@Override
public void onClick(View arg0) {
Intent browserIntent =
new Intent(Intent.ACTION_VIEW, Uri.parse("http://gipsykoko.blogspot.com"));
startActivity(browserIntent);
}});
}
}
အဆင္ေျပပါေစေနာ္။
No comments:
Post a Comment
အဆင္ေျပပါေစ