Showing posts with label Programming. Show all posts
Showing posts with label Programming. Show all posts
Tuesday, September 6, 2016
NangAntapTu v0.1.6 released -free-
===============================
NEW RELEASE: NangAntapTu v0.1.6
===============================
http://www.amazon.com/cygnosis-NangAntapTu/dp/B016U0K6Z2/
or grab it from my personal mobile app store :
http://goo.gl/WYr40w
or you can scan this QR Code to easily access mobile apps store from your smartphone:
Changelog:
-Add unlock code feature mode
-Add share to social network function
-Sort Title by name
-Add FB Page support
-Complete Juara Wira
-Update images
-Update Library
Screenshots:
Komik terbaru Pendekar Laut The Beginning dan Wira Kembar, sambungan kisah Juara-Juara Kembar saya dah masukkan. Perlukan unlock code untuk unlock komik-komik WIP yang lain, sila request daripada saya. Sebahagian hasil terjemahan korang boleh tengok kat screenshots ni. Saya release hanya dalam app NangAntapTu. Layan.
Monday, June 15, 2015
NangAntap Baca Komik 1.7.0 released on Amazon App Store, Opera Mobile Store
Descriptions
Changelog:
-Complete Jengking Merah
-Remove EULA
-Improve performance
Simple Steps:
NangAntap v1.7.0 is ready:
1) Install Amazon App Store:
https://amznadsi-a.akamaihd.net/public/AmazonApps-release.apk
2) Install app:
http://www.amazon.com/gp/mas/dl/android?p=com.cygnosis729.NangAntap
or search in Amazon App Store keyword NangAntap
Leave comments. Thank you.
All available alternative stores as per below:
Thursday, March 19, 2015
NangAntap Baca Komik 1.5.0 released on Amazon App Store, Opera Mobile Store
Descriptions
Changelog:
Expand Library.
Update the database.
Bug fix and performance improvement.
Simple Steps:
NangAntap v1.5.0 is ready:
1) Install Amazon App Store:
https://amznadsi-a.akamaihd.net/public/AmazonApps-release.apk
2) Install app:
http://www.amazon.com/gp/mas/dl/android?p=com.cygnosis729.NangAntap
or search in Amazon App Store keyword NangAntap
Leave comments. Thank you.
All available alternative stores as per below:
Sunday, March 8, 2015
NangAntap Baca Komik 1.4.0 released on Amazon App Store, Opera Mobile Store, SlideME and many more
NangAntap Baca Komik v1.4.0
Short description:
NangAntap Baca Komik help Komik HK fans to facilitate read online. Imagine the fun you have long ago enjoying your komik. NangAntap Baca Komik introduced a new way to appreciate the collection of all your favorite Komik HK in each gadget. With this you can read the komik-komik pahlawan and a flashback to the days of strange wisdom such as Tinju Ketenangan Dan Ketenteraman Abadi. With this you can self read your favorite stories anywhere.
Long description:
NangAntap Baca Komik help Komik HK fans to facilitate read online. Imagine the fun you have long ago enjoying your komik. NangAntap Baca Komik introduced a new way to appreciate the collection of all your favorite Komik HK in each gadget. With this you can read the komik-komik pahlawan and a flashback to the days of strange wisdom such as Tinju Ketenangan Dan Ketenteraman Abadi. With this you can self read your favorite stories anywhere. Interaction is plain and simple by scrolling up and down in the selection menu to choose your favourites. Swipe from left to right to read the story. The contents is updated continuously and will be notified in the start news. Had fun reading Komik HK Juara Wira, Pendekar Laut, Juara-Juara Kembar, Juara Jalanan and many more on mobile phone and Tablet. Thank you! Credits: This application use some useful open source plugins. Thanks to androidactionbarlibrary, universal-image-loader and photoview.
Product feature bullets:
• Read Komik HK collection in bahasa melayu online.
• Discover the stories of your favorite hero.
• Can be accessed anywhere.
• Simple and light reading application and airy.
• Pull to resfresh the Start news.
• Swipe left and right while in the reading mode, pinch to zoom and double tap to zoom
• Social Network sharing features to share your reading status with your friends.
• Update the database to include more libraries
• Enhance graphics and menu interfaces, performance and fix bugs.
• Support partial offline data to simplify the user experience. --Experiment--.
Simple Steps:
NangAntap v1.4.0 is ready:
1) Install Amazon App Store:
https://amznadsi-a.akamaihd.net/public/AmazonApps-release.apk
2) Install app:
http://www.amazon.com/gp/mas/dl/android?p=com.cygnosis729.NangAntap
Leave comments. Thank you.
All available alternative stores as per below:
NangAntap Baca Komik V1.4.0
Wednesday, November 19, 2014
Netbeans IDE With Sencha Touch
1) Requirements:
i) Download the Netbeans IDE (I use the latest version 8):
https://netbeans.org/
ii) Download the latest Sencha plugin from here:
https://bitbucket.org/addicticks/nbplugin-senchacmd/downloads
iii) Download the Sencha Touch library from here(I use latest touch-2.4.1, rename it as touch):
http://www.sencha.com/
2) Create new project
Choose New>Java Web>Web Application. Press the Next button. Name the app “SenchaApp”. Choose the project location. Press the Next button.
Select Tomcat as the servers and click the Finish button.
3) Prepare Sencha App Structure
i) Inside web folder, create the app folder, views folder, models folder, controllers folder in NetBeans to add your javascript files into.
ii) Add previously download "touch" folder into web folder.
4) Add sencha library
i) Right click on the SenchaApp application and select Properties from the drop down menu
ii) Under the Libraries menu, choose “Add Libraries” and from the window that opens click “Create…”
iii) Name the Library “Sencha_Touch” and choose “Class Library” from the drop down.
iv) Under the “Classpath” tab, click on “Add JAR/Folder” and select the “touch” folder previously downloaded.
v) Click “OK” and choose the newly created “Sencha_Touch” library.
create an app.js file in the app folder. Type Ext followed by a “.” — If the steps above were followed correctly, the code completion should work.
5) Code/create your sencha touch application
6) Run Application
Hit Run.
Your application should start in the default browser with the url : localhost:8084/SenchaApp/
Reference: http://techtalktone.wordpress.com/2012/02/22/using-netbeans-ide-with-sencha-touch/
i) Download the Netbeans IDE (I use the latest version 8):
https://netbeans.org/
ii) Download the latest Sencha plugin from here:
https://bitbucket.org/addicticks/nbplugin-senchacmd/downloads
iii) Download the Sencha Touch library from here(I use latest touch-2.4.1, rename it as touch):
http://www.sencha.com/
2) Create new project
Choose New>Java Web>Web Application. Press the Next button. Name the app “SenchaApp”. Choose the project location. Press the Next button.
Select Tomcat as the servers and click the Finish button.
3) Prepare Sencha App Structure
i) Inside web folder, create the app folder, views folder, models folder, controllers folder in NetBeans to add your javascript files into.
ii) Add previously download "touch" folder into web folder.
4) Add sencha library
i) Right click on the SenchaApp application and select Properties from the drop down menu
ii) Under the Libraries menu, choose “Add Libraries” and from the window that opens click “Create…”
iii) Name the Library “Sencha_Touch” and choose “Class Library” from the drop down.
iv) Under the “Classpath” tab, click on “Add JAR/Folder” and select the “touch” folder previously downloaded.
v) Click “OK” and choose the newly created “Sencha_Touch” library.
create an app.js file in the app folder. Type Ext followed by a “.” — If the steps above were followed correctly, the code completion should work.
5) Code/create your sencha touch application
6) Run Application
Hit Run.
Your application should start in the default browser with the url : localhost:8084/SenchaApp/
Reference: http://techtalktone.wordpress.com/2012/02/22/using-netbeans-ide-with-sencha-touch/
Subscribe to:
Posts (Atom)











