Showing posts with label application. Show all posts
Showing posts with label application. Show all posts

Thursday, June 26, 2014

Mutabaah Ramadhan for Android

Marhaban ya Ramadhan.

Berhubung belum sempat nulis review dan tutorial how to use nya. 


Link : Google Play
Platform : Android

Sempat kepikiran untuk membuat yang universalnya.
Mungkin setelah game yang ane garap kelar di porting ke android. two weeks later.
Semoga..

Thursday, May 29, 2014

Hearth of Earth Endless Review

Hmm, berhubung gw barusan update game buatan gw, sekalian nulis review nya aja.

------------------------------------------------------------xXx---------------------------------------------------------

Name : Heart of Earth Endless
Link : here
OS : Windows Phone 8

Logo nya

Sejujurnya logo ini gw bakal gunain buat game gw yang laen. Berhubung asset-asset yang gw gunain sama, akhirnya pake yang ini dengan di modif dikit-dikit. Oh ya, ni game lagi dalam proses porting ke android. Gw pengen tau aja berapa revenue yang gw dapet dari game ini :p

Konsep game sederhana,

salah satu screenshot


Hindari obstacle yang berjalan dan jangan sampai menabrak karakter pohon yang dimainkan.
Tingkat kesulitan akan meningkat sesuai dengan jumlah level yang dicapai. Adapun tingkat kesulitan tersebut terdiri dari kecepatan obstacle, jumlah obstacle yang muncul, dan life point obstacle per level.
Game ini gw buat tipe nya endless, alias sampe karakter lo mati baru ni game kelar.

Sebenarnya gw buat game ini buat ngetes framework windows phone buat bikin game, yaitu Monogame. Nggak beda jauh kodingannya dengan XNA. Dan ternyata jalan :p. Walau awal-awal agak nemu kesulitan, akhirnya proses tersebut kelar.

Next game gw bakal menggunakan similar asset yang gw gunain buat game ini, tapi sedikit dirubah dan tipe nya complete level. Sekaligus view nya landscape mode.

Best regard..

+Luthfan Mursyidan

Lucu juga nih, gw tambahin @ di awal kalimat dan maunya rujuk ke twitter gw, malah diarahin ke google plus...
Aih,..

Tuesday, May 6, 2014

Hangman Collection Now In Google Play!

Finally, akhirnya, game gw publish juga. Setelah sekian lama, mengorbankan thesis gw. mungkin sekitar 2 bulan kali. Lol.
Jadi ini game yang gw buat, Hangman Collection.


iconnya -_-



Konsepnya sama kayak game hangman biasa, tapi gw tambahin hint karena jujur aja game ini susah.
Kebetulan masih versi satu. Mungkin masih banyak bug (dan gw belum terpikirkan untuk nambahin IAP, mungkin di next update kali).

Game ini dikembangkan menggunakan library Libgdx (powerful!).

Dan gw sadar banyak hal dalam pengembangan game ini.
Gw benci hal yang bertele-tele.
Contoh nya :
Untuk pengerjaan logic game sendiri paling makan waktu 1 - 2 minggu, yang lama di desain, transisi, efek2, dan hal-hal lainnya sebagai "pemanis" untuk sebuah kategori bernama game.

Begitulah.



Anyway, please give me comment about the game.
Let's meet again in next update


Luthfan M



Friday, November 1, 2013

Apa dan Kegunaan keyword Abstract di Java - Simple Programming Tutorial

Yay...
Bukan gw banget bikin ini tutorial. Anyway, gw mo sedikit berbagi ilmu.
Dan kali ini topiknya adalah : "Apa itu abstract class dan gunanya untuk apa?"

perlu gw tekankan sekilas, di C# pun class dapat di inisiasi sebagai sebuah abstract class, dan fungsinya pun nggak jauh beda dari java. Tapi gw bakal bahas ke arah java nya aja, yang lain mengikuti...

Sebuah class yang diawali dengan tulisan abstract disebut sebagai abstract class, yaitu sebuah class yang nggak bisa di inisiasi walau begitu mereka dapat dijadikan sebuah parent dari class-class lainnya.

dari td gw ngomong inisiasi dan inisiasi, sebenarnya apa sih inisiasi itu?
inisiasi = dibuat object. Lah, apalagi ini?? intinya dari dibuat object, kita reserve space dari kapasitas memori yang kita punya untuk membuat object dari class itu. biasanya dibuat dengan keyword new(akan dijelaskan di contoh).
 Terkadang method didalam sebuah abstract class dapat diimplementasikan secara keseluruhan, atau tidak diimplementasikan sama sekali.
keyword abstract dapat pula diterapkan kepada method yang dibuat, dengan membuat sebuah method menjadi abstract, maka body dari sebuah method tidak perlu didefiniskan didalam kelas tersebut. namun, abstract method ini WAJIB diimplementasikan didalam kelas yang menjadi anak(yang meng-extend si class ini) dan mengisi body yang kosong.

Example :
oke, gw ambil contoh langsung dari website java documentationnya langsung.
abstract class GraphicObject //buat class abstract 
//bernama GraphicObject
{
    int x, y;//universal variable
    ...
    void moveTo(int newX, int newY) {
        ...//body here
    }
    abstract void draw();//deklarasikan sebuah method bernama draw
 //kita nggak perlu buat bodynya, langsung akhiri aja 
//dengan semi-colon
 abstract void resize();
}
 
class Circle extends GraphicObject 
{
    void draw() {
        ...
    }
    void resize() {
        ...
    }
}
class Rectangle extends GraphicObject //buat sebuah class 
//bernama rectangle;
//extends class GraphicObject(yang abstract td) 
{
    void draw() //wajib dibuat
    {
        ...//isi dengan fungsi yang mo dilakukan
    }
    void resize() //wajib dibuat
{
        ...//isi dengan fungsi yang mo dilakukan
    }
} 


Ok, that's all. Semoga membantu buat yang masih bingung tentang abstract class ini. Ada pula interface, tapi gw bakal posting di tulisan berikutnya. Stay tune :)
Terus belajar, dan gw saranin sering sering latihan dan baca tutorial yang ada di internet.
Thanks.

like our page : ScheneDev

Saturday, March 30, 2013

Day Birthday Application Review


Name : Day Birthday(on Store.ovi.com : DayBirthday)
OS : Android, S40 Web Apps
Requirement : Android Sdk 8(2.2 Froyo)
type : freeware
Kind : Entertainment
Required : Internet Connection
Developer : @LuthfanM- @ScheneDev -
Link :  Android, Nokia Store
Youtube Link : here

 at least, there are some review from me.
oh ya, i include some preview in video. Very basic i guess...





Input
date : 1-30
Month : 1-12
Year : 4 digits(x x x x)


so just it.



 

Plane Formula Reviews



Name : Plane Formula(on Store.ovi.com : PlanesFormula
OS : Android, S40 Web Apps
Requirement : Android Sdk 8(2.2 Froyo)
type : freeware
Kind :Education
Required : Internet Connection
Developer : @LuthfanM- @ScheneDev -
Link :  Android, Nokia Store

Okay, recently i'm very busy for conducting any interesting subject. so i dont have enough time to create review yet. so here we are.

Description :
Hard to memorize formula of the area of planes in mathematics? then here you go,
PlanesFormula exist to help you.
Explore area formula for each plane.

So this application will display seven formulas that will help you solve math problem about planes. This application will help you remember each formula, which are from :
1. Square
2. Circle
3. Triangle
4. Rectangle
5. Trapezium
6. Sector
7. Parallelogram
 
 
Main Display
 The previous SS show the main display from application. just choose what formula that you want.

 click it. and we get formula, picture, and description of symbol that used in application

so just it.
any comment will be appreciated.

thank you.

Tuesday, March 19, 2013

ScheneDev Store

Cek Ovi Store Nokia kami :). Akhirnya salah satu aplikasi kami telah terpublish di Ovi Store.
Silahkan buat user yang berminat bisa di cek di link :
Store.Ovi.Nokia

Tambahan sedikit deh
Buat Google Play kami, linknya adalah :

Google Play ScheneDev

Kami butuh kritik, saran, dan apapun itu. Support kamu sangat kami harapkan

Follow us on @ScheneDev

Friday, February 15, 2013

NineLetter-Application Review-

NineLetter
Name : NineLetter
OS : Android
Requirement : Android Sdk 8(2.2 Froyo)
type : freeware
Kind : MiniGame
Required : Internet Connection
Developer : @LuthfanM- @ScheneDev -


NineLetter is android application that put a word in false order.
Your main target is to solve this simple puzzle into correct word.
Available in many word that you can find through the game.
Game is very simple and intended to test your vocabulary knowledge.
Investigate every word and put all 9 letter into correct word.
Explore many words in this game.

Loading First
Let's wait for loading..

Disordered Letters
Nine disordered letters that you must arrange it to become a word. Application will count time that you spend to guess the correct word.

Showing Word
Word appear as soon as you solve the game. Dont worry, you can still repeat by click repeat button.

Game Description


Have fun :)

-------------------------------------------------xXx-------------------------------------------------

Luthfan Mursyidan-@LuthfanM-
ScheneDevelopment-@ScheneDev-

find more application under tag : review



Thursday, December 6, 2012

ColorMemories-Application Review-

 COLORMEMORIES


Name : ColorMemories
OS : Android
Requirement : Android Sdk 8(2.2 Froyo)
type : shareware(Buy)
Developer : @LuthfanM- @ScheneDev -  

Smart enough to beat this game? Try to pair each color with another. Available in 17 different colors that will make you feel your memory is slow in memorize something.
ColorMemories provide three different mode game
  1. 2 Pairs = you must match 2 square that have same color
  2. 3 Pairs = you must match 3 square that have same color
  3. 5 Pairs = you must match 5 square that have same color; can you?
This is paid version from ColorMemoriesFree(here).
Feature that different from previous one is :
  • adding more interesting mode(2, 3, 5 pairs)
  • adding "show pairs", if you tired and cannot beat this game. just click this to view result
  • 6X5 Square mode(more vast from free version



Interesting enough?
Just pay it $1 
-------------------------------------------------xXx-------------------------------------------------

Luthfan Mursyidan-@LuthfanM-
ScheneDevelopment-@ScheneDev-

find more application under tag : review




ColorMemoriesFree-Application Review-

This time i want to review again android application entitled

COLOR MEMORIES FREE

Name : ColorMemoriesFree
OS : Android
Requirement : Android Sdk 8(2.2 Froyo)
type : freeware
Developer : @LuthfanM- @ScheneDev -  


Smart enough to beat this game? Try to pair each color with another. Available in 8 different colors that will make you feel your memory is slow in memorize something.
ColorMemoriesFree provide mode :
2 Pairs = you must match 2 square that have same color
Train your memory with this game!
Match it each other and see your time to finish one game.
Are you fast enough in remembering something?





Just pick one square and then click other. then you will get color, which if same that will be remain same, if not then the square will be closed


 See time that you spend to beat this game.

 Have fun :)

-------------------------------------------------xXx-------------------------------------------------

Luthfan Mursyidan-@LuthfanM-
ScheneDevelopment-@ScheneDev-

find more application under tag : review

Thursday, November 29, 2012

OXXO-Application Review-


Name : OXXO
OS : Android
Requirement : Android Sdk 8(2.2 Froyo)
type : shareware(Buy)
Developer : @LuthfanM- @ScheneDev -  




OXXO, board game that test your brain. Just simple strategy to beat your opponent. OXXO is 4X4 square game that test your logic and brain. Can you beat your opponent before you are finished by them?

 

beat your opponent by line your choose(which "O" or "X") until three. 



Have fun :)

-------------------------------------------------xXx-------------------------------------------------

Follow us on Twitter!
Luthfan Mursyidan-@LuthfanM-
ScheneDevelopment-@ScheneDev-

find more application under tag : review

Arrangit-Application Review-


Name : Arrangit
OS : Android
Requirement : Android Sdk 8(2.2 Froyo)
Developer : @LuthfanM- @ScheneDev -



slide from top to bottom!!
 The name is derived from Arrange and It. This is game 3x3 board that require deep thought and patient to solve the puzzle. Available in three kind of number puzzle which you can solve it. How much time that you will spend to solve on puzzle? Are you fast enough?
Try it now.



 solved the puzzle by click arrow and arrange in order numbered


Have fun :)

-------------------------------------------------xXx-------------------------------------------------

Luthfan Mursyidan-@LuthfanM-
ScheneDevelopment-@ScheneDev-

find more application under tag : review
 

LovePercentage-Application Review-


Name : LovePercentage
OS : Android
Requirement : Android Sdk 8(2.2 Froyo)
type : freeware
Developer : @LuthfanM- @ScheneDev -


 

Knowing your love percentage by this application. Simple and very fun to try ^^
Love Percentage can count how much your love based on your name and your significant others. is your love is match each other? How much percentage for your love? Are your love is worth enough? Count it and see the result.


Testing it by insert two name and then see the result. the bar will increase time by time.


Have fun :)

-------------------------------------------------xXx-------------------------------------------------

Luthfan Mursyidan-@LuthfanM-
ScheneDevelopment-@ScheneDev-

find more application under tag : review
 


MathuratDroid-Application Review-

Name : MathuratDroid
OS : Android
type : freeware
Requirement : Android Sdk 10(2.3.3 GingerBread)
Kind : MiniGame
Required : Internet Connection
Developer : @LuthfanM- @ScheneDev -


MathuratDroid is android application that let you read sughra al-mathurat on your gadget. Sugra Almathurat is a collection of remembrance that is often read by Prophet Muhammad.Set of dhikr is collected by Hasan AL Bana, an Egyptian cleric. Dhikr can be read in the morning and evening. Just slide your finger to view another page of mathurat sughra. Very simple.


Image Above is display the menu when application is started. just choose what do you want to do.




Mathurat will be displayed by landscape mode. slide it to move to another.




Have fun :)

-------------------------------------------------xXx-------------------------------------------------

Luthfan Mursyidan-@LuthfanM-
ScheneDevelopment-@ScheneDev-

find more application under tag : review

QuranDroid_30-Application Review-

logo QuranDroid_30


Name : QuranDroid_30
OS : Android
Requirement : Android Sdk 8(2.2 Froyo)
type : freeware
Developer : @LuthfanM- @ScheneDev -

QuranDroid is islamic application that can play holy quran on your gadget. contain 38 surah that you can play from juz 30. it is simple but serious


image above show loading before enter the main event of program.




 Surah is displayed with list and you just slide up to bottom to find which surah do you want to play. Click repeat button to choose the audio repeatable or not.




you can play the surah by touching it.
Have fun :)

-------------------------------------------------xXx-------------------------------------------------

Luthfan Mursyidan-@LuthfanM-
ScheneDevelopment-@ScheneDev-

find more application under tag : review