Thursday, November 17, 2016

MakeWeekend Negeri Sembilan–hosted by USIM

MakeWeekend Negeri Sembilan–hosted by USIM


makeweekend.my

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”. It’s 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). We’ll 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;

456337_332384650168527_153735754700085_817216_479280263_o469617_332385080168484_153735754700085_817217_1050403547_o412079_333265973413728_153735754700085_819552_490307455_o459604_4043550293362_1420007751_33634733_1740959298_o476223_4042839195585_876935402_o398302_4008220610755_1438401161_33448651_875766306_n

Our product demo: PERIBAHASA SCANNER in action…


Available link for download