AsSoft Apps

DroidDevelop 2.1.1
AsSoft
Source Code available under AsSoft License:http://code.google.com/p/droiddevelop/If you want programming for Android on your mobile device (forexample in the travels), you can use DroidDevelop.DroidDevelop allows to create native Android application on yourmobile device. You don't need to install Android SDK, Eclipce andan other desktop program for Windows or Linux to start programingfor Android.To works correctly, you need to install JavaIDEDroid for projectcompilation and OI FileManager for files choosing. After open orcreate new project (bsh script really) you can press "Compile..."and if success install and run your new androind application by"Run..." button without exit from DroidDevelop.The program uses its own code editor with syntax highlighting,which practically does not slow down your working even on a fairlylarge files (the free version only highlight a fileMainActivity.java is available). You can see Pro version for fullcode highlighthttps://market.android.com/details?id=com.assoft.DroidDevelopPro.For convenience works on smartphones, there is an opportunity torotate the screen, in addition, you can temporarily hide the button(from the menu "Project Options ...").In the case of compilation errors, you can easily navigate to thefile in which it occurred by selecting the desired item from thelist. All errors are stored until the next re compilation, so youcan fix several bugs without running every time a long process ofcompilation.The project supports a fairly flexible plug-ins system. Thereare several groups of plug-ins that can be divided according totheir purpose. The first group - plugins for refactoring. They canbe used, for example, to comment the block of code, reformat code,in general, to write the functionality that is convenient foryou.The second type of plug-ins - a plug for new projects. It may besome educational projects for beginners (why not share theirexperience and help people who are just beginning to faster learnhow to program), and a template for some of the same type ofprojects (for example, you release a series of books in its shell,then it would be convenient to automatically create an emptyproject book and then fill it with content.)Well, the third type of plug-ins - the so-called universalplug-ins. Now the group is developing most rapidly. With theirhelp, you can now create their own panel with programmable buttonsdirectly into the DroidDevelop environment, the software isavailable to highlight text, display dialogs and more. If youdecide to write a plugin and DroidDevelop plug-ins engine haven'tenough functionality for your task (for example, I plan to finishthe command to open the file in an editor) - write to [email protected], together we will tryto solve the problem.There are three Open Source example of a plug-in which providesAsSoft: "DDRefactoringPluginExample", "DDNewProjectPluginExample","DDPluginsCreation", you can see them at:http://www.google.com/url?q=https://code.google.com/p/dd-refactoring-plugin-demo/source/browse/#svn%2Ftrunk&usg=AFQjCNEfFSsXZmUC8maPLCdmTjFPxu9ldgor download on the store (except for "DDPluginsCreation", but itcan be compiled directly from DroidDevelop with the"DDNewProjectPluginExample" plug-in. See the video http://www.google.com/url?q=http://www.youtube.com/watch?v=U6ASfc5lOaY&feature=plcp&context=C3dbe209UDOEgsToPDskIstNOIceux7B_mp_TBBM6W)&usg=AFQjCNEChi-7Y4wK6jTUZzmKt1DjdS7qZwAlso, several floor demo plugins available from the"DDPluginsPack". It can be found at the store.
DroidDevelopPro 2.1.1
AsSoft
If you want programming for Android on yourmobile device (for example in the travels), you can useDroidDevelop.DroidDevelop allows to create native Android application on yourmobile device. You don't need to install Android SDK, Eclipce andan other desktop program for Windows or Linux to start programingfor Android.To works correctly, you need to install JavaIDEDroid for projectcompilation and OI FileManager for files choosing. After open orcreate new project (bsh script really) you can press "Compile..."and if success install and run your new androind application by"Run..." button without exit from DroidDevelop.The program uses its own code editor with syntax highlighting,which practically does not slow down your working even on a fairlylarge files.For convenience works on smartphones, there is an opportunity torotate the screen, in addition, you can temporarily hide the button(from the menu "Project Options ...").In the case of compilation errors, you can easily navigate to thefile in which it occurred by selecting the desired item from thelist. All errors are stored until the next re compilation, so youcan fix several bugs without running every time a long process ofcompilation.The project supports a fairly flexible plug-ins system. Thereare several groups of plug-ins that can be divided according totheir purpose. The first group - plugins for refactoring. They canbe used, for example, to comment the block of code, reformat code,in general, to write the functionality that is convenient foryou.The second type of plug-ins - a plug for new projects. It may besome educational projects for beginners (why not share theirexperience and help people who are just beginning to faster learnhow to program), and a template for some of the same type ofprojects (for example, you release a series of books in its shell,then it would be convenient to automatically create an emptyproject book and then fill it with content.)Well, the third type of plug-ins - the so-called universalplug-ins. Now the group is developing most rapidly. With theirhelp, you can now create their own panel with programmable buttonsdirectly into the DroidDevelop environment, the software isavailable to highlight text, display dialogs and more. If youdecide to write a plugin and DroidDevelop plug-ins engine haven'tenough functionality for your task (for example, I plan to finishthe command to open the file in an editor) - write to [email protected], together we will tryto solve the problem.There are three Open Source example of a plug-in which providesAsSoft: "DDRefactoringPluginExample", "DDNewProjectPluginExample","DDPluginsCreation", you can see them at:http://www.google.com/url?q=https://code.google.com/p/dd-refactoring-plugin-demo/source/browse/#svn%2Ftrunk&usg=AFQjCNEfFSsXZmUC8maPLCdmTjFPxu9ldgor download on the store (except for "DDPluginsCreation", but itcan be compiled directly from DroidDevelop with the"DDNewProjectPluginExample" plug-in. See the video http://www.google.com/url?q=http://www.youtube.com/watch?v=U6ASfc5lOaY&feature=plcp&context=C3dbe209UDOEgsToPDskIstNOIceux7B_mp_TBBM6W)&usg=AFQjCNEChi-7Y4wK6jTUZzmKt1DjdS7qZwAlso, several floor demo plugins available from the"DDPluginsPack". It can be found at the store.
PacalDevelop 1.2.1
AsSoft
Source Code available under AsSoftLicense:http://code.google.com/p/droiddevelop/This application will allow you to program in Pascal on deviceswith Android. In this application you will be able to learn thebasics, as well as creating simple and complex programs and runthem directly from the application. This application will allow youto program in small portable gadgets. Now you can study and work inPascal at any moment, and always have handy all progress. Thisversion is the Beta version, and later will scale up opportunitiesbut has everything you need for your work and study.To use it in console mode, you need to add to you program"pd_console" unit as first uses file. You can see example by"Open\New" command.
VoteBarCode 1.2.1
AsSoft
This is a program for Android, whichwillremember you all the goods and your attitude towardsthem.With VoteBarCode, at the shop with one click, you can rememberatone point you used this product or not.Now you do not buy anything from the fact that once did notlikeyou. Now to make purchases quickly and easily.For correct works you need to install "Barcode Scanner"fromZXing Team.
DDPluginsPack 1.3.1
AsSoft
This is a set of plugins for DroidDevelop.Now available only two plugin Notes andtaTextDiffintegration.This plugin provides ability to make easy notes forcurrentediting project.taTextDiff integration plugin provide ability to easycompareyour current file with file on the your backupdirectory.OI Color Picker integration plugin.
DDNewProjectPluginExample 1.3.0
AsSoft
Open Source demo plugin for DroidDevelop.Thisis example for developers. Source code you can seeonhttps://code.google.com/p/dd-refactoring-plugin-demo/Example for new project plugin creation.
DDRefactoringPluginExample 1.1.0
AsSoft
Open Source demo plugin for DroidDevelop.Thisis example for developers. Source code you can seeonhttps://code.google.com/p/dd-refactoring-plugin-demo/For plugin works you must have installed DroidDeveloporDroidDevelopPro programm.
StartJava 1.2.1
AsSoft
This is a brand new format forteachingprogramming. With StartJava you can start a lesson on aparticularproblem and you can compile and run that written at anygiven time.Training takes place in some steps, at each new step aremakesthe minimum change in the program for the approximation tothelessons target. Thus easier to trace the program logic fromstartto finish and do not miss out on some small but verysignificantdetail.The program can also be of interest to developers who do notmindto share experiences. The fact is that with the help of aspecialprogram (which available on the official website of theprogramhttp://en.assoft.ru/startjava), anyone can write your ownlessonStartJava.The program is free, but with the ads. Advertising makesitpossible to develop the project further, so treat to ittolerantly,please. Advertising model allows you to receive theincome of theproject is not only to authors of the application, butalso to theauthors of the lessons for him too. The fact that theuser sees twobanner. The first - advertising by program, and thesecond -provides by author of the lesson. So it is not onlystimulates thedevelopment of the program, but help to creation amorehigh-quality, interesting and varied lessons.You can send your lessons for StartJava on your nativelanguageto [email protected]. This lessons can be included to newversions ofprogram or links to your lessons can be placed on theprogramofficial page.Learn Programming is easy, good luck to you.