Tuesday, November 3, 2015

David Beazley - Modules and Packages: Live and Let Die!

If you are Python developer don't miss this section from PyCon 2015 by David Beazly. This section is important for every python developer.
Why it's important? if you don't know about how python module, namespace and packaging in general manner you will die :-).
This section not talk about how to create package, but more general about what is package and module it self.
Good explanations by David, this section also compare which one that should and shouldn't do by developer.
for more information you can watch PyCon 2015 By David Beazley - Modules and Packages: Live and Let Die!

Monday, November 2, 2015

Android HTML5 App, how really it's?

In this post I just want to share HTML5 development, it's not using framework like apache cordova or something else. I just want to share how to communicate or interfacing between javascript and android java native code.

When I wrote this post, I use Android Studio Version 1.4.

For complete project you can download from this link  https://www.dropbox.com/s/02mor7925l1l3bg/MyApplication.zip?dl=0

Create new project with no activity using android studio