Sunday 2 December 2012

Cut the Rope Experiments HD v1.1.6-Game-AnDrOiD


Cut ropes to feed Om Nom and help the Professor through wacky experiments!
Experiment to feed Om Nom® candy! Cut the rope like never before. Everything you love and new gameplay! 150 levels and more to come!
The little green monster Om Nom is back and hungrier than ever! Team up with the Professor, a mad (but not bad!) scientist determined to study Om Nom’s candy-loving behavior through a series of experiments. Use suction cups and other funny devices to collect shiny gold stars, uncover hidden prizes and unlock new levels!
Key features:
- 6 level packs with 150 levels 
- Innovative physics gameplay
- Adorable character
- Outstanding graphics
- Om Nom animation shorts
- Superpowers
- Constant free updates with new levels and animations
About the game:
“Cut the Rope: Experiments from ZeptoLab follows the exact same formula as its predecessor, which means it's awesome.” - IGN
“If Cut the Rope: Experiments uncovers one scientific truth, it’s this: ZeptoLab knows how to put together a charming puzzle game.” - Tapscape
“Cut the Rope: Experiments takes the original's addictive formula and adds a splash of deviousness, thanks to the addition of some cunning new items.” - Pocket Gamer

PLAY STORE PRICE: RS107.99



C4droid (C-Cplusplus compiler) v3.61-AnDrOiD


C4droid is a simple C/C++ IDE + C/C++ compiler for Android with GNU Makefile, SDL and Qt support. C4droid supports devices with ARM processors only (not devices with Intel x86 or MIPS processor).
You can create your own applications on Android phone, and run them (even without Internet access: compiler is offline). This app uses TCC and uClibc (or GCC with Bionic libc with a plugin), so it has full support of ANSI C and ISO C99. C4droid can be used for educational purposes or to practice in C/C++ language.
Some components of C4droid are LGPL-licensed. You can download used source code of TCC and uClibc on their websites (But TCC had been modified by me, so I recommend to email me to get modified source).
To get C++ support you need:
0) Enough internal memory OR root rights.
1) Install GCC plugin (C4droid will ask you to install it).
2) Select G++ compiler in C4droid preferences.
3*) Use iostream, not iostream.h
4*) Add "using namespace std;" to your program (before int main)
To compile Makefile projects, open any file in the same folder with Makefile and long-click "Compile" to configure current directory (C4droid will create .c4droid configuration file when you'll press Ok). After configuring folder, you can press compile button and C4droid will build your project.
Don't forget to enter executable name and select compilation mode (and press ok also, else changes will be discarded)
C4droid supports SDL, NativeActivity and Qt for GUI now, install SDL plugin for C4droid to use it (only GCC/G++ compiler is supported, so you need GCC plugin).
(SDL is detected with #include "SDL.h", NativeActivity is detected with #include "android_native_app_glue.h", Qt is detected with #include "QtGui").
There is an experimental support for Qt using necessitas, but note that it's in alpha stage.
Qt support limitations:
1) Path to Ministro libraries is hardcoded (/data/data/org.kde.necessitas.ministro/files/qt/lib), so email me if it will change.
2) If you're compiling a single-file Qt app, you must add #include "yoursourcefilenamewithcpp.moc" to the end of file. If you're using .pro file for compilation, you don't need to do that.
Quick manual:
If you have found a bug or app is not working, email me.
Long click actions:
Save button: save as.
Open button: recent files.
Run button: run with arguments.
Compile button: configure current directory.
Tab: close tab.
Result of compilation (binary or APK) can be exported using menu->export.
If you have "Illegal instruction" error, using internal compiler (TCC), install GCC plugin, GCC supports softfloat (by default).

Play Store Price: Rs 165.50