[app] InTask Mobile - looking for Beta testers - Android Software/Hacking General [Developers Only]

Hi Guys,
I'm so excited!!!! my first piece of art for the Android community is just about to rise to the world.... yeah!
So, what is it?
It's a task management software (a kind of Todo list)
Who needs yet another ToDo list application - it's boring
No - it's a special kind of application
In what way?
Android users from all over the world can create work groups and share tasks with each other - in real time!
Cool! where can we get it?
I attached the first version (BETA) and it's free for use - you will never be charged for it and you can use it as much as you like.
Also attached a help file (word document) explaining how to use this app. an updated version can be downloaded from my website: intaskrnd.com
In return I only ask for your help in finding bugs and giving me cool ideas for new features
Thank you so much my Andro-brothers!
Technologies used:
1. Java & ADK for developing the application
2. Sqlite - tasks storage
3. MySql - middlware for tasks messaging between group members
4. C# - web services distributing system
5. XMPP - push notifications for saving battery life (using asmack lib)
6. Fun, Fun, Fun
Adi Barda
about myself: experienced soft developer (12 years) currently working for HP R&D mainly with C++, winsockets, C#
in my spare time I explore Java, Eclipse & Android (hate iPhone). Love programming 3D graphics (I'm the inventor of SceneMax 3D scripting language)
also doing martial arts (18 years jujitsu & karate), Hashtanga Yoga and riding my Yamaha Vmax 1200

Screenshots?
Sent from the most interesting device in the world.

Related

[Application] InTask Mobile for Android

Hi Guys,
I'm looking for beta testers for my new application - InTask Mobile.
It's a task and messages sharing between working group friends.
Android users from all over the world can create work groups and share tasks with each other - in real time!
I attached the first version and it's free for use.
Also attached a help file (word document) explaining how to use this app. an updated version can be downloaded from my website: intaskrnd.com
I'll be glad to get any bugs and/or new features you think worth adding to the application.
Thanks a lot!
Technologies used:
1. Java & ADK for developing the application
2. Sqlite - tasks storage
3. MySql - middlware for tasks messaging between group members
4. C# - web services distributing system
5. XMPP - push notifications for saving battery life (using asmack lib)
6. Fun, Fun, Fun
Adi Barda
about myself: experienced soft developer (12 years) currently working for HP R&D mainly with C++, winsockets, C#
in my spare time I explore Java, Eclipse & Android (hate iPhone). Love programming 3D graphics (I'm the inventor of SceneMax 3D scripting language)
also doing martial arts (18 years jujitsu & karate), Hashtanga Yoga and riding my Yamaha Vmax 1200

My game on cocoonJS - crossplatform develop. (HTML5\android\IOS)

Hi,
CocoonJS is a technology that helps HTML5 developers publish their web-based games and apps in the most important mobile and web stores with no code changes and with all the advantages of native development.
More - http://ludei.com/cocoonjs/
Currectly support android/ ios / chrome / pokki
Awersome perfomance.
My game - Postal service. gameplay has been written for 2 days, on ludum dare.
web version - http://apps.facebook.com/postalservice/
android version - http://play.google.com/store/apps/details?id=com.mnillstone.postalservice
ios coming soon(on review).
I'm starting to develop a new game. I can try to write articles on various aspects of html5 development and integration with the CocoonJs. Is it interesting?
Mnill said:
Hi,
CocoonJS is a technology that helps HTML5 developers publish their web-based games and apps in the most important mobile and web stores with no code changes and with all the advantages of native development.
More - http://ludei.com/cocoonjs/
Currectly support android/ ios / chrome / pokki
Awersome perfomance.
My game - Postal service. gameplay has been written for 2 days, on ludum dare.
web version - http://apps.facebook.com/postalservice/
android version - http://play.google.com/store/apps/details?id=com.mnillstone.postalservice
ios coming soon(on review).
I'm starting to develop a new game. I can try to write articles on various aspects of html5 development and integration with the CocoonJs. Is it interesting?
Click to expand...
Click to collapse
It sounds interesting! :victory:
Can u guide me through Facebook Integration part
Hi
i have written a game using CAAT game engine and now using COCOON JS to deploy it
I'm now struct with the Facebook Integration Part
where i'm getting a error as " Key hash E7rnQv1gxeHDd0uOra-0EHzc1hE does not match any stored key hashes. "
I've tried CocoonJS and at first I was really impressed. The only 2 downsides I've found are:
- you can't edit AndroidManifest.xml without using apktool. If you want specific configuration, you'll have a bad time
- size of apk, even for simple apps, apk is very large
I also used CocoonJS in my game and I think that in general it's a really handy framework. I would recommend it for those who want to develop relatively simple mobile games and release it on different platforms. However, there is a list of limitations that you'd face with CocoonJS. The most painful limitation for me was impossibility to run a CocoonJS-based app on any Android virtual device, which complicates the testing.

[Q] Please recommend development environment for a designer

Hello,
I'm a designer, so I've got little to no programming experience, but I'm tired of waiting for a game that I like so I'd want to make it myself.
I'm looking for a simple way to develop android games, such as very simple text based RPG or a simple tower defense ( example: robot defense ).
I am now testing the waters with processing.org and I like it, but it's uses a trial and error process for the interface where I code and then test my changes on the phone after about 2 minutes while it builds and uploads.
What I am looking for
a free solution
powerful enough to do compicated stuff later on ( example: dweller beta rpg )
an assets centric interface ( way to drag an drop & manage a list of assets )
wysiwyg window where you drag and position buttons around and see changes as you do them with no need to build out what you have to preview the interface
rather well documented and supported by a community, popular ( ways to find books or youtube videos on making games )
(nice to have) export apk or even better a signed apk with my .keystore file
(optional) cross platform to ios with the same code
offline tool for windows so that I can develop anywhere with no internet
What I want do avoid
stupid limitations such as enforced splash screens stating it's using a free version, max number of assets, etc
Close but no cigar
http://explore.appinventor.mit.edu - unfortunately it's online and I don't know how powerful is it
unity - like it but it has some big limitations in the free version and it feels like a sluggish environment
http://coronalabs.com/pricing/ - like it but even the basic version asks for money and it has some limitations
http://www.spritebuilder.com/getting-started/ - free has no in-app purchases or social media & analytics modules
That being said, I'm open to suggestions. Thank you in advance.
Any pointers are welcomed.
nemuro said:
Hello,
I'm a designer, so I've got little to no programming experience, but I'm tired of waiting for a game that I like so I'd want to make it myself.
I'm looking for a simple way to develop android games, such as very simple text based RPG or a simple tower defense ( example: robot defense ).
I am now testing the waters with processing.org and I like it, but it's uses a trial and error process for the interface where I code and then test my changes on the phone after about 2 minutes while it builds and uploads.
What I am looking for
a free solution
powerful enough to do compicated stuff later on ( example: dweller beta rpg )
an assets centric interface ( way to drag an drop & manage a list of assets )
wysiwyg window where you drag and position buttons around and see changes as you do them with no need to build out what you have to preview the interface
rather well documented and supported by a community, popular ( ways to find books or youtube videos on making games )
(nice to have) export apk or even better a signed apk with my .keystore file
(optional) cross platform to ios with the same code
offline tool for windows so that I can develop anywhere with no internet
What I want do avoid
stupid limitations such as enforced splash screens stating it's using a free version, max number of assets, etc
Close but no cigar
http://explore.appinventor.mit.edu - unfortunately it's online and I don't know how powerful is it
unity - like it but it has some big limitations in the free version and it feels like a sluggish environment
http://coronalabs.com/pricing/ - like it but even the basic version asks for money and it has some limitations
http://www.spritebuilder.com/getting-started/ - free has no in-app purchases or social media & analytics modules
That being said, I'm open to suggestions. Thank you in advance.
Click to expand...
Click to collapse
i would recommend unity 3d, its free but the paid version (expensive...) is pretty great too, check out android studio as well, it might come in handy building the ui.

[APP][GAMES][4.0+] Space Shooter, Number Game & Weight Tracker all made with Tasker

[APP][GAMES][4.0+] Space Shooter, Number Game & Weight Tracker all made with Tasker
The past month I got a little into Tasker and all the possiblities. And it escalated quickly - going from proof of concept to working/nice looking Apps.
https://play.google.com/store/apps/details?id=com.malte.ninegame - Nine - a number game (Play Store link with short video teaser making it look a little more fun than it might actually be.)
https://play.google.com/store/apps/details?id=com.malte.space101 - A simple Space Shooter (Play Store link with short video demo - showing the gameplay.)
https://play.google.com/store/apps/details?id=com.malte.watchyourweight - Weight Tracker (I really like this one as it shows you graphs and a little statistic and I use it every day. Also you can make all entries using only the Notification bar. Also import/export functionality. Short demo at Play Store site.)
https://play.google.com/store/apps/details?id=com.malte.cliffheighttimer - Height Measure Stopwatch
https://play.google.com/store/apps/details?id=com.malte.ldt - Lightning/Thunderstorm Distance Measure Stopwatch
But after all those fun little project there are questions I keep coming back to:
Wouldn't I learn way more making these things with Java in Android Studio?
How much harder is it to make those things with Java (I once had a intro class in Java and know some C#, PHP, Javascript). I once made one of the tutorial note taking apps from the developer site - but although the logic might be quite simple the programming didn't feel too intuitive - might be a lack of understanding on my site though.
Each of the apps above took me about 1-2 days from start to finish (graphics, videos, programming). Does it take longer to make them with Android Studio?
Although they look good - I don't think of them as real Android Apps. Especially as they don't feel too responsive.
Would love some feedback a) on the Apps or b) what should be my next move if I wanted to make a real Java App? (Can you recommend an immersive progamming school - just finished university and am willing to pay for something I really enjoy? I would love to have some people around with the same passion. Or maybe a single developer that would want to maybe mentor me?)

[GAME][4.4.1+] Hackers - Hacking simulator (MMO) 0.3.5.7

Helloooo everyone!
One day I remembered a game i used to play, called "Uplink" It was an amazing game! I loved the concept and thought maybe i will find something like it for android!
Unfortunately not!. So i decided to build one my self! but with the current technologies and that internet is avaialble to everyone, i thought "Why not to make it an MMO"
And i did!
Although the game is still in progress, There are already thousands of active players and growing, its a great community with chat rooms!
The game is totally playable and released to Beta, and I am still adding new features and fixes daily!
We have Stable live server, and an alpha server which get resets almost daily and new features getting tested there!
Come join the fun :
https://play.google.com/store/apps/details?id=net.okitoo.hackers
Description from play store:
Join a virtual world of hackers to do hacking missions, hack others and steal their mined coins or join a guild and conspire to gain access to another guilds datacenter main server and destroy it! Meet new friends and plant virtual-viruses in your enemies gateways!
This is a difficult game! Please read tutorials, and refer to our forum and youtube channel for how to play the game!
Get help from :
- Our official forum: http://forum.hackerz.online
- Video tutorials from our official youtube channel: https://www.youtube.com/c/OkitooNetworks
- This is NOT real hacking, this is just a game, all of the IPs are fake and your device is secure, so you can't hack someones personal information with it.
- Keep your game IP a secret, if someone finds it you will become an easy target!
- New features are yet to come (tons of them)
By Using the app you agree to the TOS:
http://hackerz.online/tos/
Beta Version!
This means:
- There might be bugs!
- Server restarts (Announced in the public chat room and announcements room)
- Server might be down for upgrades/updates (announced on our twitter channel) https://twitter.com/OkitooHackers
- There are many new features coming soon.
How to play:
https://www.youtube.com/playlist?list=PLr_b9W9uDjOLbQQtjEOWgVS2DzBC_BCez
This is a hacking simulation game.
Once finished you will be able to:
- Upgrade hardware and software (Ready)
- Hack others to steal cash / code (Ready)
- Check your logs for people who hacked you and take revenge (Ready)
- Once you gain access to remote servers you can delete logs to clear your tracks (Ready)
- Email system with attachment (ready)
- Do missions and get paid for them (80% ready)
- Request missions (Jobs) and pay for them (Will be rebuilt - I don't like how it works now)
- Infect others with in-game viruses
- Search for decryption keys for special apps/software
- Public Chat room (Ready)
- Guilds (90% ready)
- Guild wars (each Guild has a datacenter. To know the datacenter IP you must hack the Guild leader and steal his IP file, which you can decrypt by hacking the co-leader and stealing his decryption key file, then building a DDoS bot and planting it in their gateway!)
- Guild chat (50% ready, mission, online users list)
- Country chat + Global chat (ready - Moderated)
Coming soon:
- Factions (Not ready - Might not implement)
- Teams (Not available yet)
- team chat (Not ready)
- Install specialized hardware like packet sniffers / self destruct / proximity sensors ... (Not ready)
- Build your own software (Not ready)
- Build software to automate some things in the game (Not available yet)
- Sell your softwares in the software center (Not ready)
- Build antivirus software and sell it (Not available yet)
- Build viruses, worms, trojans and backdoors and use them to infect others (Not available yet)
- Create a virtual botnet to pass some missions and DDoS virtual targets (Only DDoS bots against Guilds is ready)
- Track hackers and put them in jail (On the way)
- Team Fights (Not Ready)
... and a lot more to come soon.
Permissions:
- Internet : This is an online game, so it requires an internet connection.
- Camera : Camera permissions are required to read Q.R codes and decrypt some in-game files. (Game asks for permission whenever the camera is needed)
To help with the translations of the game:
https://poeditor.com/join/project/0tjMWwIjLp
PS: use our official forum for questions related to the game: http://forum.hackerz.online
The game is great, has come a long way in a short time. Keep up the awesome work dev. Nice idea opening a XDA thread as well.
-Lord_Nikon
Keep up the good work!
Hello, i am a hacker game affectionate, and uplink, that was an awesome game... I can consider myself a seasoned player in hacking games and have been playing them on Android for about a year now.
What you're doing is commendable, it is starting to feel like Uplink and on top of that you're an incredibly hard working developer. You sure deserve all the help the community can give.
Awesome Hacking Sim.
I played uplink years ago and when i found this game i was really surprised and got nostalgic, dev's in contact with the Community to keep the game updated. Great Staff amazing teamwork.
greets edenseven
Thanks guys
Hello i need help. How To Hack a datacenters/Guild To Get customer list, etc.
I have to complete a mission but can't. To Get administrator ip for King Cross University...
husseinaltaaf said:
Hello i need help. How To Hack a datacenters/Guild To Get customer list, etc.
I have to complete a mission but can't. To Get administrator ip for King Cross University...
Click to expand...
Click to collapse
Theres a video tutorial and description step by step on how to do it in the forums
Fantastic game with an active developer.
I've only been here for two months, but the amount of progress made is truly impressive.
The dev is putting a lot into the game and the community is engaged.
Understood nothing.. But thanks)
- New mission engine which will allow new mission types is coming in 2 weeks
- Increasing prices of in-app purchases in 2 weeks
- Dash (crypto currency) is now supported
a bug with QR scanner, might be just for me please fix it if you have some time
currently running lineageOS 14.1 in old 32bit ARM Processor
Hello everyone
I am new to this game.
Before going to hack someone prepare long BOUNCE list what it is it?
thx so much moviesonline.ac
Looks like you did a great work. I ll check it
New features and Team-Hack has been added
Very nice!
I created much casual game for simulation of hacking

Categories

Resources