Thursday, November 17, 2016
MakeWeekend Negeri Sembilan–hosted by USIM
MakeWeekend Negeri Sembilan–hosted by USIM
MakeWeekend.my is a movement to promote invention or creating something awesome.
We are here to pitch for our simple mobile apps called Peribahasa Scanner. Its an app that utilises the camera facility in your smartphone, scan a part of a Malay literature book, and will recognise any proverb appear in the captured text.
We had awesome time, trying to solve the problem in two days. Unfortunately the key feature (the OCR) is still not doable (yet). Well continue next time.
Several good references for the coding part;
Intent intent = new Intent("android.intent.action.MAIN");
intent.setComponent(ComponentName.unflattenFromString("com.google.android.maps.mytracks/com.google.android.apps.mytracks.MyTracks"));
intent.addCategory("android.intent.category.LAUNCHER");
startActivity(intent);
http://stackoverflow.com/questions/2780102/open-another-application-from-your-own-intent
android - Open another application from your own (intent) - Stack Overflow
stackoverflow.com
I know how to update my own programs, and I know how to open programs using the a predefined Uri (for sms or email for example)
Like · · Share
-
-
Khirulnizam Abd Rahman http://stackoverflow.com/questions/4644666/how-to-make-a-button-open-another-app-with-java-android
-
Some pictures from the event;
Our product demo: PERIBAHASA SCANNER in action
Available link for download