Organisasi Profesi Guru

Presiden Jokowi memberi hormat kepada Guru-Guru se Indonesia.

Tema Gambar Slide 2

Deskripsi gambar slide bisa dituliskan disini dengan beberapa kalimat yang menggambarkan gambar slide yang anda pasang, edit slide ini melalui edit HTML template.

Tema Gambar Slide 3

Deskripsi gambar slide bisa dituliskan disini dengan beberapa kalimat yang menggambarkan gambar slide yang anda pasang, edit slide ini melalui edit HTML template.

Tuesday, October 27, 2009

Asmaul Husna Multimedia on Cellphone-99 Asma Allah


Deskription: Asma ul Husna, the 99 names of Allah in your phone The most beautiful names belong to God, so call on Him thereby. (7:180) Features : ( Asma husna with Audio and Translation in Bahasa Indonesia (English in next version)) http://islam.inhandlearning.com


It so Nice or can be the best app Asma'ul HUSNA for Indonesian with showing resource from ayat in Quran for each Allah names. But I cant found any audio file on it and no shortcut button. Thanks inhandlearning team

source : http://www.getjar.com/mobile/18248/99-asmaul-husna-multimedia-on-cellphone/

Sunday, August 23, 2009

GPSed - Mapping Your Impressions

GPSed: Track and Map your trips v. 3.7
GPSed: Track and Map your trips v. 3.7 Product Name:
GPSed: Track and Map your trips
Platforms: Java (J2ME), BlackBerry, Pocket PC Suggest a feature
GetJar Rank: 16
Write a review
Product Type: Demo Report a problem
Date Added: 2009 Jan 12
Date Updated: 2009 Aug 21 Product order page

Link Download Application

Thursday, August 6, 2009

download mig33 v. 4.10

mig33 v. 4.10 Product Name:
mig33
Platforms: Java (J2ME), BlackBerry, Pocket PC
Google Maps for mobile is a free application that puts maps, driving directions, business listings, and more in your pocket. With the brand new Google Latitude feature, see your friends

link download
Link download

Thursday, June 18, 2009

Stop Dreaming Start Action

STOP DREAMING START ACTION... STOP DREAMING START ACTION.... STOP DREAMING START ACTION....

Martial drum apparently have at sounds, heros at world contention was beginning shows off. so present mung Java will also come on to participate.

STOP DREAMING START ACTION...

STOP DREAMING START ACTION....

STOP DREAMING START ACTION....

Tuesday, May 19, 2009

Yahoo messanger at handphone

one again information withdraws from mung Java, you are chating ordinary utilize Yahoo messenger at laptop or computer?

now you can utilize this Java application for chating from your handphone, appearance as as on Yahoo messenger version in origin that is at computer. this application is named ymtiny.

link downloads

applications pictured modification al-quran Java

Application al-quran Java that have once I informs on posting in advance version original of its owner, but me present one features afters Java application I modify appearance initially with mr.mung's memory photograph.

To you that want to make it actually transcendent easy, one that needs you to make ready just software winrar as tool for extract this application and so on you stay behind to look for startup image of this application. Substitute with your image or photograph already been made ready, obviously have at pixel size rule lets to equal in origin.

Monday, May 4, 2009

Memahami Konsep Inheritance (Pewarisan) Pada OOP

Pada posting kali ini special buat satu Tugas dari Matakuliah OOP ( Object Oriented Progam ) yang saya ikuti di UDINUS Jurusan Magister Komputer dengan Dosen Bpk. Romi Satriowahono, M. Eng.

Saya harapkan Artikel ini bermanfaat, terutama buat saya dan yang membacanya.

So let's disimak aja dan jangan lupa kasih komentar ya..?

Sebelum berbicara lebih jauh mengenai Konsep OOP Inheritance pada Pemrograman JAVA , terlebih dahulu kita akan mengenal terlbih dahulu mengenai konsep dasar dari OOP itu sendiri.

I. PEMROGRAMAN BERORIENTASI OBJEK
OOP kepanjangan dari Object Oriented Programming atau biasa disebut dengan Pemrograman Berorientasi Objek . Paradigma pada pemrograman yang berorientasi objek didasari oleh istilah object ( Objek ) dan class ( Kelas )

OBJECT ( OBJEK )
Pada dasarnya semua benda yang ada di dunia nyata dapat dianggap sebagai sebuah objek, nah Jika perhatikan lebih lanjut, pada dasarnya ada dua karakteristik yang utama pada sebuah objek , yaitu setiap objek memiliki atribut sebagai status yang kemudian akan disebut sebagai state. Dan Setiap objek memiliki tingkah laku yang kemudian akan disebut sebagai behaviour.

Sebagai contoh sederhana adalah : Manusia memiliki state: umur, tinggi, berat dan sebagainya. Demikian pula manusia memiliki behaviour: menua, meninggi, makan (menambah berat badan) dan sebagainya. Dalam pemrograman JAVA state bisanya dikatakan sebagai variabel dan behaviour adalah method.


CLASS ( KELAS )
Class merupakan prototipe yang mendefinisikan variabel-variabel dan method-method secara umum. Sedangkan objek pada sisi yang lain merupakan instansiasi dari suatu kelas.

ATTRIBUTE
Atribut adalah data yang dapat membedakan antara satu obyek dengan obyek yang lain.
Contoh untuk class mahasiswa terdapat obyek mahasiswa si A,dan obyek mahasiswa si B. Yang membedakan antara obyek si A dan obyek si B adalah NIM-nya yang merupakan Atribut dari obyek tersebut.


II. KONSEP PEWARISAN (INHERITANCE ) PADA OOP
Sebagai Informasi bahwa Ciri khas Pemrograman Berorientasi Objek ada tiga hal yaitu:
1. Enkapsulasi ( Pembungkusan )
2. Inheritance ( Pewarisan )
3. Polymorphism ( Perbedaan Bentuk )

A. PENGERTIAN PEWARISAN (INHERITANCE)
Konsep inheritance ini mengadopsi dunia riil dimana suatu entitas/obyek dapat mempunyai entitas/obyek turunan. Dengan konsep inheritance, sebuah class dapat mempunyai class turunan.

Suatu class yang mempunyai class turunan dinamakan parent class atau base class. Sedangkan class turunan itu sendiri seringkali disebut subclass atau child class. Suatu subclass dapat mewarisi apa-apa yang dipunyai oleh parent class.

Karena suatu subclass dapat mewarisi apa apa yang dipunyai oleh parent class-nya, maka member dari suatu subclass adalah terdiri dari apa-apa yang ia punyai dan juga apa-apa yang ia warisi dari class parent-nya.

Kesimpulannya, boleh dikatakan bahwa suatu subclass adalah tidak lain hanya memperluas (extend) parent class-nya.

Dari hirarki diatas dapat dilihat bahwa, semakin kebawah, class akan semakin bersifat spesifik. Class mamalia memiliki seluruh sifat yang dimiliki oleh binatang, demikian halnya juga macan , kucing, Paus dan Monyet memiliki seluruh sifat yang diturunkan dari class mamalia.

Dengan konsep ini, karakteristik yang dimiliki oleh class binatang cukup didefinisikan didefinisikan dalam class binatang saja.

Class mamalia tidak perlu mendefinisikan ulang apa yang telah dimiliki oleh class binatang, karena sebagai class turunannya, ia akan mendapatkan karakteristik dari class binatang secara otomatis. Demikian juga dengan class macan, kucing, Paus dan monyet, hanya perlu mendefinisikan karakteristik yang spesifik dimiliki oleh class-nya masing-masing.

Dengan memanfaatkan konsep pewarisan ini dalam pemrograman, maka hanya perlu mendefinisikan karakteristik yang lebih umum akan didapatkan dari class darimana ia diturunkan.


B. DEKLARASI PEWARISAN (INHERITANCE)

Deklarasi yang digunakan adalah dengan menambahkan kata kunci extends setelah deklarasi nama class, kemudian diikuti dengan nama parent class-nya. Kata kunci extends tersebut memberitahu kompiler Java bahwa kita ingin melakukan perluasan class.

public class B extends A { }

Pada saat dikompilasi, Kompiler Java akan membacanya sebagai subclass dari class Object.

public class A extends Object { }

C. KAPAN KITA MENERAPKAN INHERITANCE?
Kita baru perlu menerapkan inheritance pada saat kita jumpai ada suatu class
yang dapat diperluas dari class lain.

Misal terdapat class Pegawai public class Pegawai { public String nama; public double gaji; } Misal terdapat class Manager public class Manajer { public String nama; public double gaji; public String departemen; }

Dari 2 buah class diatas, kita lihat class Manajer mempunyai data member yang identik sama dengan class Pegawai, hanya saja ada tambahan data member departemen.

Sebenarnya yang terjadi disana adalah class Manajer merupakan perluasan dari class Pegawai dengan tambahan data member departemen.

Disini perlu memakai konsep inheritance, sehingga class Manajer dapat kita tuliskan seperti berikut :

public class Manajer extends Pegawai { public String departemen; }

D. KEUNTUNGAN INHERITANCE


1. Subclass menyediakan state/behaviour yang spesifik yang membedakannya dengan superclass, hal ini akan memungkinkan programmer Java untuk menggunakan ulang source code dari superclass yang telah ada.

2. Programmer Java dapat mendefinisikan superclass khusus yang bersifat generik, yang disebut abstract class, untuk mendefinisikan class dengan behaviour dan state secara umum.
E. ISTILAH INHERITANCE

Extends
Keyword ini harus kita tambahkan pada definisi class yang menjadi subclass.

Superclass Superclass digunakan untuk menunjukkan hirarki class yang berarti class dasar dari subclass/class anak.

Subclass Subclass adalah class anak atau turunan secara hirarki dari superclass.

Super Keyword ini digunakan untuk memanggil konstruktor dari superclass atau menjadi variabel yang mengacu pada superclass.

Methode Overriding Pendefinisian ulang method yang sama pada subclass

Dalam inheritance, method overriding berbeda dengan method overloading. Kalau method overriding adalah mendefinisikan kembali method yang sama, baik nama method maupun signature atau parameter yang diperlukan dalam subclass, kalau method overloading adalah mendefinisikan method yang memiliki nama yang sama, tetapi dengan signature yang berbeda dalam definisi class yang sama.

E. CONTOH LATIHAN INHERITANCE :

class Kotak{

double sisi1;

double sisi2;

double sisi3;

Kotak(){

}

Kotak(double satu, double dua, double tiga){

sisi1=satu;

sisi2=dua;

sisi3=tiga;

}

public void CetakKotak(){

System.out.println(”Isi Kotak adalah = ” + sisi1 + sisi2 + sisi3);}

}

public class Kotakku extends Kotak{

double sisi1;

Kotakku(double pertama, double kedua, double ketiga, double tambahan)

{

super(pertama,kedua,ketiga);

sisi1=tambahan;

}

public static void main(String[] args) {

Kotakku Kotaksaya= new Kotakku(10,5,15,30);

Kotaksaya.CetakKotak();

System.out.println(”Sisi Pertama dari Kotak adalah = ” + Kotaksaya.sisi1);

System.out.println(”Sisi Pertama dari Kotak adalah = ” + Kotaksaya.sisi2);

System.out.println(”Sisi Pertama dari Kotak adalah = ” + Kotaksaya.sisi3);

}

}

maka jika dijalankan program diatas hasilnya akan seperti gambar di bawah ini :





Referensi :
1. Materi Kuliah OOP-1 oleh ROmi Satriawahono, M.Eng
2. wikipedia

Wednesday, April 29, 2009

OOP - Object oriented programming

Object-oriented programming (OOP) is a programming paradigm that uses "objects" and their interactions to design applications and computer programs. Programming techniques may include features such as information hiding, data abstraction, encapsulation, modularity, polymorphism, and inheritance. It was not commonly used in mainstream software application development until the early 1990s. Many modern programming languages now support OOP.

Object-oriented programming has roots that can be traced to the 1960s. As hardware and software became increasingly complex, quality was often compromised. Researchers studied ways to maintain software quality and developed object-oriented programming in part to address common problems by strongly emphasizing discrete, reusable units of programming logic. The methodology focuses on data rather than processes, with programs composed of self-sufficient modules (objects) each containing all the information needed to manipulate its own data structure. This is in contrast to the existing modular programming which had been dominant for many years that focused on the function of a module, rather than specifically the data, but equally provided for code reuse, and self-sufficient reusable units of programming logic, enabling collaboration through the use of linked modules (subroutines). This more conventional approach, which still persists, tends to consider data and behavior separately.

An object-oriented program may thus be viewed as a collection of cooperating objects, as opposed to the conventional model, in which a program is seen as a list of tasks (subroutines) to perform. In OOP, each object is capable of receiving messages, processing data, and sending messages to other objects and can be viewed as an independent 'machine' with a distinct role or responsibility. The actions (or "operators") on these objects are closely associated with the object. For example, the data structures tend to carry their own operators around with them (or at least "inherit" them from a similar object or class).

The Simula programming language was the first to introduce the concepts underlying object-oriented programming (objects, classes, subclasses, virtual methods, coroutines, garbage collection, and discrete event simulation) as a superset of Algol. Simula was used for physical modeling, such as models to study and improve the movement of ships and their content through cargo ports. Smalltalk was the first programming language to be called "object-oriented".

Sumber : http://en.wikipedia.org

Wednesday, April 1, 2009

Azan Time

Manifest-Version: 1.0
Ant-Version: Apache Ant 1.6.5
Created-By: 1.6.0-beta2-b86 (Sun Microsystems Inc.)
MIDlet-1: AzanTimes,/azanc1/libraries/resources/icon.png,azanc1.AzanTi
mes
MIDlet-Vendor: Ali VARLI
MIDlet-Info-URL: http://www.azantimes.co.nr
MIDlet-Name: AzanTimes
MIDlet-Version: 1.0
MicroEdition-Configuration: CLDC-1.0
MicroEdition-Profile: MIDP-2.0

Sunday, March 1, 2009

Game Java Collection

I think's many people like this information, money, game, sex, marketing, free and ext. but if we know in this world is verry much information like that, and we get free for full accsess.

I thing you a gree for mi mind,


Monday, January 26, 2009

Prince Of Persia The Sands Of Time - Java2

this game for sour with like adventure, so dont forget it download now!! hehe...
this game talking abaut person from persia in the adventure.
Download this game here.


Lingual lexical application indonesian-english and Indonesia england

Lingual lexical application indonesian-english and Indonesia england.

This the one application quite good looks banget, to students which males takes in dictionary, this now available application for handphone what does banget's good looks, which is indonesian english language dictionary and lexical indonesian-english

you can download it in here. but nit now, i'm verry busy. hehe...

Thursday, January 22, 2009

Suport for this type

Alcatel: One Touch 557, One Touch 557a, One Touch 735, One Touch 756, One Touch C550, One Touch C552, One Touch C552a, One Touch C750, One Touch S853
Amoi: 8512
Asus: P525
Audiovox: SMT 5600
BenQ: A520, C30, EF51, P50
BenQ-Siemens: CL71, E61, E71, E81, EF91, S81, S88, SL91
BlackBerry: 6220, 6230, 6280, 6720, 7100, 7100i, 7130, 7130e, 7210, 7230, 7250, 7280, 7290, 7510, 7520, 7730, 8100, 8130, 8300, 8310, 8320, 8330, 8700, 8703e, 8707, 8800, 8820, 8830, Bold 9000, Storm 9500, Storm 9530
CECT: A1000
Cingular: Cingular 2125, Cingular BlackJack
Dopod: Dopod 515, Dopod 557w, Dopod 565, Dopod 575, Dopod 585, Dopod 586w, Dopod 595, Dopod C720W
Fly: SX210
HP: iPAQ 510 Mobile Messenger
HTC: HTC MTeoR, HTC S310, HTC S620, HTC S650, HTC S710, P3400, P3450
Huawei: U526, U626
I-mobile: 510
LG: B2000, B2050, B2070, B2100, B2150, C1100, C1150, C2000, C2500, C2600, C3100, C3300, C3400, CG225, CU320, CU400, CU500, CU720, CU915, CU920, F2400, G1600, G1610, G4015, G7100, KE770, KE800, KE820, KE970, KE990, KF750, KG110, KG195, KG200, KG220, KG225, KG240, KG245, KG290, KG300, KG320, KG800, KU580, KU800, KU830, KU970, KU990, LG KE500, LG-KE600, LG550, LX550, LX570, M4410, MG100a, MG105, MG220, MX510, P7200, S5200, T5100, Trax CU575, TU500, TU515, TU575, TU915, U310, U8210, U8290, U8330, U8500, U880, V9000, VX9400, VX9900
LG Electronics: LG-B2060
Lenovo: V800
Mitac: Mio 8390, Mio 8860, Mio 8870
Motorola: A1200, A760, A768, A780, A835, C155, C168, C257, C261, C290, C350, C350M, C380, C385, C390, C450, C550, C650, C975, E1000, E1070, E365, E380, E398, E398B, E398i, E550, E680, E680i, E770, E770-Vodafone, E790, E815, i580, i830, i850, i930, IC402, IC502, IC902, K1, K3, KZRK K1, L2, L6, L6i, L7-Vodafone, L71, Motoming A1600, MOTOROKR Z6m, Motorola Q, Motorola Q Plus, Motozine ZN5, MPX220, PEBL U3, PEBL U6, Razr V3, RAZR V3a, RAZR V3m, Razr V3x, RAZR V3xx, RAZR V3xxv, RAZR V6, RAZR2 V8, RAZR2 V9, RAZR2 V9m, RIZR Z10, RIZR Z8, ROKR E1, ROKR E2, ROKR E6, ROKR Z6, SLVR L7, SLVR L7e, SLVR L7i, SLVR L9, T720, U9, V1050, V1075, V1100, V171, V177, V180, V186, V188, V190, V191, V195, V197, V220, V235, V300, V303, V360, V360-Vodafone, V365, V3c, V3i, V3m, V3r, V3t, V3v, V3x-Vodafone, V400, V500, V505, V525, V525M, V535, V545, V547, V550, V551, V555, V557, V600, V600i, V620, V635, V690, V80, V975, V980, V980M, W220, W315, W375, W490, W510, Z3
NEC: e616, N600
Nokia: 1680c, 2355, 2600 classic, 2610, 2626, 2630, 2650, 2660, 2680, 2760, 2855, 2855i, 2865, 2865i, 3100, 3105, 3109 classic, 3110c, 3120, 3125, 3152, 3155, 3155i, 3200, 3220, 3230, 3250, 3300, 3410, 3500, 3510, 3510i, 3530, 3555, 3586i, 3587, 3595, 3600, 3600 slide, 3620, 3650, 3660, 5000, 5070, 5100, 5140, 5140i, 5200, 5220 XpressMusic, 5300, 5310 XpressMusic, 5320, 5500, 5610, 5700, 6010, 6015, 6020, 6021, 6030, 6060, 6060v, 6061, 6070, 6080, 6085, 6086, 6100, 6101, 6102, 6102i, 6103, 6108, 6110 Navigator, 6111, 6120, 6120c, 6121 classic, 6125, 6126, 6131, 6133, 6151, 6152, 6155, 6165, 6165i, 6170, 6200, 6220, 6225, 6230, 6230i, 6233, 6234, 6235, 6235i, 6255, 6255i, 6260, 6265, 6265i, 6267, 6270, 6275i, 6280, 6288, 6290, 6300, 6301, 6310i, 6500c, 6500s, 6555, 6585, 6600, 6600 slide, 6610, 6610i, 6620, 6630, 6650, 6651, 6670, 6680, 6681, 6682, 6708, 6800, 6810, 6820, 6822, 7070, 7200, 7210, 7250, 7250i, 7260, 7270, 7360, 7370, 7373, 7390, 7500, 7510 Supernova, 7600, 7610, 7650, 7710, 8600 Luna, 8800, 8800 Sirocco, 8910i, 9210, 9290, 9300, 9300i, 9500, E50, E51, E60, E61, E61i, E62, E65, E66, E70, E71, E90, N-Gage, N-Gage QD, N70, N70-1, N71, N72, N73, N75, N76, N77, N78, N80-1, N81, N81 8GB, N82, N90, N91, N92, N93, N93i, N95, N95 8GB, N96
O2: Ice
Orange: SPV, SPV C100, SPV C500, SPV C550, SPV C600, SPV C700, SPV e100, SPV E200
PalmOne: Treo 755p
Panasonic: A210, SC3, VS2, VS3, VS6, X200P, X400, X400P, X500, X70
Pantech: PG-1400, PG-1410, PG-C300
Philips: 568, 588, 755, 756, 766, 768, 960, S890, S900
QTEK: QTEK 7070, QTEK 8010, QTEK 8020, QTEK 8080, QTEK 8100, QTEK 8300, QTEK 8310, QTEK 8600
Qtek: 8100, 8500
RoverPC: M1
Sagem: MY 302X, MY 301X, MY 400V, MY 400X, MY 401C, MY 401X, MY 401Z, MY 405X, MY 419X, MY 501C, MY 501X, MY 600v, MY 600x, MY 700X, MY C4-2, MY C5-2, MY C5-2 Vodafone, MY C5-3, MY V-55, MY V-56, MY V-65, MY V-75, MY W-7, MY X-4, MY X-5-2T, MY X-6, MY X-7, MY X-8, MY X5-2, MY X5-2M, MY X6-2, MY Z-5, my411X, myX5-2v, Sagem myS-7
Samsung: A717, i300, i320, i320N, Instinct M800, SCH A870, SGH A701, SGH A707, SGH A827, SGH C100, SGH C100G, SGH C130, SGH C140, SGH C160, SGH C170, SGH C200, SGH C207, SGH C207L, SGH C210, SGH C230, SGH C260, SGH C300, SGH C400, SGH C406, SGH C417, SGH D407, SGH D410, SGH D500, SGH D500C, SGH D500E, SGH D510, SGH D520, SGH D600, SGH D600E, SGH D720, SGH D800, SGH D807, SGH D820, SGH D830, SGH D836, SGH D840, SGH D900, SGH D900i, SGH D908, SGH E200, SGH E210, SGH E250, SGH E300, SGH E310, SGH E310C, SGH E315, SGH E316, SGH E330, SGH E330N, SGH E340, SGH E340E, SGH E350, SGH E350E, SGH E360, SGH E370, SGH E376, SGH E380, SGH E388, SGH E390, SGH E420, SGH E490, SGH E500, SGH E530, SGH E568, SGH E570, SGH E600, SGH E620, SGH E630, SGH E630C, SGH E690, SGH E700, SGH E710, SGH E715, SGH E720, SGH E728, SGH E730, SGH E736, SGH E740, SGH E760, SGH E780, SGH E788, SGH E800, SGH E808, SGH E810, SGH E820, SGH E830, SGH E840, SGH E870, SGH E878, SGH E890, SGH E898, SGH E900, SGH E950, SGH F490, SGH F500, SGH G600, SGH G810, SGH i300, SGH I320, SGH i450, SGH i550, SGH i600, SGH I607, SGH i617, SGH J600, SGH J700, SGH J750, SGH L760, SGH M600, SGH P200, SGH P300, SGH P310, SGH P400, SGH P510, SGH P777, SGH P850, SGH P900, SGH P906, SGH P910, SGH P920, SGH S300, SGH S300M, SGH S500, SGH T209, SGH T219, SGH T309, SGH T319, SGH T329, SGH T509, SGH T509S, SGH T519, SGH T609, SGH T619, SGH T629, SGH T729, SGH T809, SGH U600, SGH U700, SGH U900, SGH V200, SGH X100, SGH X100A, SGH X105, SGH X120, SGH X140, SGH X160, SGH X200, SGH X210, SGH X300, SGH X430, SGH X450, SGH X460, SGH X480, SGH X486, SGH X490, SGH X495, SGH X500, SGH X506, SGH X507, SGH X510, SGH X520, SGH X530, SGH X540, SGH X600, SGH X608, SGH X610, SGH X620, SGH X620C, SGH X630, SGH X636, SGH X640, SGH X640C, SGH X648, SGH X650, SGH X660, SGH X670, SGH X680, SGH X686, SGH X700, SGH X820, SGH X830, SGH Z107, SGH Z140, SGH Z170, SGH Z230, SGH Z240, SGH Z300, SGH Z370, SGH Z400, SGH Z400V, SGH Z500, SGH Z510, SGH Z530, SGH Z540, SGH Z560, SGH Z630, SGH Z720, SGH ZV10, SGH ZV40, SGH ZV50, SGH-i607, SGH-P520, SGH-V820L, SPH A580, SPH A640, SPH A660, SPH A680, SPH A740, SPH A900, SPH A900P, SPH A920, SPH A940, SPH A960, SPH M500, SPH M510, SPH M610, SPH M620, Z130, Z150
Sanyo: S750, SCP-6600
Sendo: X
Sharp: 770SH, GX-L15, GX10, GX10i, GX15, GX17, GX20, GX22, GX25, GX29, GX30, GX30i, GXT15, TM100, TM150
Siemens: A31, A60, A65, A75, AL21, AP75, AX72, AX75, AX76, C55, C60, C62, C65, C65-Vodafone, C66, C72, C75, CF62, CF75, CF76, CX65, CX70, CX75, EF81, M50, M55, M56, M65, M75, MC60, ME75, MT50, S55, S57, S65, S75, SK65, SL42, SL45, SL55, SL65, SL75, ST60, SX1
Sony-Ericsson: C702, C902, C905, D750, D750i, F305, F500i, G502, G700, G900, J200i, J210i, J220i, J230i, J300a, J300i, K200i, K300, K300a, K300i, K310, K310a, K310i, K320i, K500i, K508, K508c, K508i, K510a, K510i, K530i, K550i, K600, K600i, K608i, K610, K610i, K618i, K630, K660i, K700, K700c, K700i, K750, K750i, K770, K790a, K790i, K800i, K800iv, K810i, K850i, M600i, P1i, P800, P900, P910, P910a, P910i, P990i, S302, S500i, S700, S700i, S710a, T226, T230, T250i, T290a, T290i, T610, T616, T630, T637, T650i, T68, V600, V600i, V630i, W200a, W200i, W300, W300i, W350, W380, W550c, W550i, W580i, W600c, W600i, W610i, W660i, W700i, W710i, W760, W800c, W800i, W810i, W810iv, W830i, W850i, W850iv, W880i, W890i, W900i, W910i, W950i, W960, Z1010, Z200, Z300i, Z310i, Z310iv, Z500, Z500a, Z520a, Z520i, Z530i, Z550a, Z550i, Z555, Z558i, Z600, Z610i, Z710i, Z750, Z800
Spice: D-90
T-Mobile: MDA Dash, MDA Mail, SDA, SDA (US name), SDA II, SDA Music
Tatung: M1
Toshiba: G500
VK Mobile: VK4000
Vodafone: v1210, v1240, VDA II, VDA IV
ZTE: F866
i-mate: Smartphone2, SP Jas, SP3, SP3i, SP5, SP5m, SPL

Al-Quran Java Aplication for good muslem2

For our moslem person innocent Al-quran is that of life guidance at world, so crossbeam better while at any given while we can read it, understanding it and studies it.

in this case mungjava provide application al-quran gets Java basis for handphone you, fledged 30 juz terjemahnya therewith.

can at downloads here, but if you want to download it dont forget read بسم الله الرحمن الرحيم ok...!!! good luck, i hope you can get it, and can be good moslem.

Download to PC: JAD file (Quran.jad)
JAR file (Quran.jar) Size: 321.36 Kb
Download via Wap: Open wap.GetJar.com with your mobile -> Quick Download -> enter Quick Download Code 24420


eBuddy Mobile Messenger

Networks

MSN, Yahoo!, AIM, ICQ, Google Talk and Facebook buddies in one single buddylist! Join eBuddy and get the most popular and free instant messaging application on your mobile.

For more info visit www.ebuddy.com/mobilebeta



Buddylist

Chat with all your friends, everywhere

With the eBuddy Mobile Messenger you can have all your buddies from multiple IM accounts in one list.

You have friends on both MSN and Yahoo? No problem, now you can chat with them all from your mobile. Even more networks will be supported soon…

Avatar

Set your avatar with your cameraphone

With the eBuddy Mobile Messenger you can share all the cool things you do in an easy way. You can set your personal message and take a brand new display picture, directly from your phone’s camera.

Offline Messaging

Always reach your friends

The eBuddy Mobile Messenger supports offline messaging. Want to talk to a buddy but he just went offline? Don’t worry; just send an offline message straight from your mobile. You also can receive offline messages.

As soon as you login, you will get all the messages that were sent to you when you were offline.
Sendpicture

Send a picture, straight from your camera

Now you can take a cool picture with the camera on your phone, and send it directly in a chat to your friends! Just open a chat, click on Menu and choose Send Picture.

Your friends can always view this picture, no matter what network or application they are on.

Support for more phones than we can list

Is your phone not listed here? Don't worry, we support a lot more phones than we can list here. To get eBuddy Mobile Messenger for your phone, just point your mobile browser to http://get.ebuddy.com.




mig33 (Latest version 4.03)

Join the world's best mobile chat service. Millions & Millions of users, Hundreds of thousands of fun chatrooms, MSN, Yahoo!, AIM, GTalk, emoticons, profiles, photos, themes, email, calls, SMS & more! Works on over 2000 handsets.
Ultra Compatible

A small 180kb application, this is one of the most compatible mobile applications around. It’s ultra light and works on over 2,000 handsets include Java (J2ME), Blackberry and Windows Mobile.
Hundreds of thousands of chat rooms!

Our chat rooms are different, with rich emoticons (send smiley faces and picture expressions) and emotes (test emoticons where eg. typing'/Flirt tina' results in a text saying 'flirts with Tina'.

Voting and kicking are also hugely popular, where if you don't like someone in a chat room, initiate to kick to get votes to kick them out! Use chat rooms to meet new people and you can also create your own to chat with a close group of friends.
So many IMs!

Chat with friends on MSN, Yahoo, AIM, GTalk and mig33 all at once, on your mobile. And even express yourself with different emoticons and emotes too!
Cheap Calls

By joining mig33 for free, you say goodbye to international calling cards and punching in annoying serial numbers. You can make low-priced calls to any phone anywhere in the world with your mobile or computer! For example, call India from the US for 5 cents/minute
NEW: Theme and Languages!

Customise with our new themes and put a fresh face on your mig33 experience. And now mig33 is available in more languages: Hindi, Bengali, Russian, Indonesian and Simplified Chinese.
NEW: Updates!

Now you can keep your friends in the loop with what you are up to all the time, with status updates and new and improved profile pages.
Free Credits!

We even give you free credits when you first join mig33, and for each friend you successfully refer to mig33! Spend your credits on calls, SMS, chatroom ‘kicks’, emoticons, wallpapers, ringtones and more! Simply select ‘Invite’ from the mig33 menu!
DOWNLOAD AND JOIN NOW

Download mig33 today by either going to http://wap.mig33.com on your mobile browser or by scrolling below.


Al-Quran Java Aplication for good muslem

Al-quran, For our moslem person innocent Al-quran is that of life guidance at world, so crossbeam better while at any given while we can read it, understanding it and studies it.

in this case mungjava provide application al-quran gets Java basis for handphone you, fledged 30 juz terjemahnya therewith.

can at downloads here http://www.ziddu.com/download/989241/AplikasiQuranterjemah2008.rar.html


Opera Mini browser 4.2

Opera Mini browser 4.2 — Speed and color of choice — now synchronized with your computer

Opera Mini™ is a fast and tiny Web browser that allows you to access the full Internet on your phone. Take all your favorite Web sites and download images, MP3`s on the go with Opera Mini!

Version 4.2 of Opera Mini Web browser delivers several new features for personal customization and shorter loading time. Opera Mini users in the US and Asia-Pacific region can now experience faster speed, due to the addition of an Opera Mini server park in the US. This version also offers a sweet selection of new skins, bundled with improved support on more phones for YouTube and other mobile video services. It's more likely that your phone will work on the mobile version of YouTube. Improvements in Opera Link allow users to share notes between their mobile phones and PCs, in addition to their bookmarks and recently visited URLs. Opera Mini browser enables you to take your full Web experience and digital lifestyle with you — everywhere you go. Opera Mini is free, so download it now!

Opera Mini Web browser uses a remote server to pre-process Web pages before sending them to your phone. Web content is optimized for your device, ensuring fast and cheap browsing and a great user experience.

Opera Mini™ Web browser offers the same speed and usability as the renowned Opera Mobile browser, and uses Opera’s Small Screen Rendering™ technology to provide access to the Web. It has all the features expected of a browser, and more, such as content download, skinning, bookmarks, browsing history. In addition, Opera Mini recognizes your phone and optimizes Web pages accordingly to provide faster browsing.

this aploication can be use in handphone with OS symbian or not yet symbian, so it's ok for all.

This download file contains MIDP2 version of Opera Mini Web browser. If you are unsure if your phone supports it, please visit the following link with your phone`s WAP browser, and you will receive the right version. - http://mini.opera.com

Its comes into the world Blog MungJava

This blog I am dedicate to help friends every thing whatever available worldwide in Java softwarea, application for handphone, black barry, well has already utilized operating system symbian and also one haven't.

application that was provided by this blog is gotten of various website whatever available worldwide one provides free Java application freeware's alias, so no need fear deeping to utilize it.

hopefully blog this useful for we all.

Regards success.