-
Practice Shapes : Android App To Learn Shapes
Only way to learn something is to learn it by yourself. Recently I have been playing with Canvas in android and it has been fun! đ As they say knowledge is knowing tomato is a fruit. Wisdom is not putting it in vegetable basket. And best way to persist new gained “wisdom” is to put…
android, Application, canvas, edtech, education, java, layout, pratice, programming, shapes, technology, XML -
Rails Number Helper Port to Android
A polyglot developer will understand, there is always something you like about one language and you wish was available for another language too. So, recently I started learning rails and found number_helper API very cool and fun to use. It gives you easy API to convert numbers into many formats like number_to_human which will convert 20000 to 20 Thousands or…
-
Paint App in Android
Recently I was learning about Canvas and Custom views in Android and to put the theory in practice I made a pretty simple Paint App. Source code of the app can be found https://github.com/priyankvex/Paint-App-Android. The App is pretty simple with features 1.  Create Drawings (Obvious one :P). 2.  Select different brush sizes. 3.  Eraser with…
-
Making an OCR app for Android using Tesseract.
Star on GitHub Recently I was playing with OCR library by google called as “Tesseract” (cool name for a library!). It was a fun experience. This post shows how you can make a simple OCR app in Android using Tesseract. We will be using Tess-Two a fork of Tesseract…
-
How to build Tesseract OCR library for Android Studio?
Star On GitHub If you ever tried to create an OCR app for Android you must have stumbled upon the OCR library by Google Tesseract. And then the problems began. To use the library in your project you first need to build it. But building the library to be compatible with gradle, which is the new…
-
The Passionate Programmer : Reading Experience
Here we go for the 3rd time. My 3rd book for 2015’s 10 book reading challenge is The Passionate Programmer. I picked this book from pragmatic programmer book shelf. All books listed there are awesome and are a must read. Anyways continuing with this book, it was an awesome reading experience. It was one of those…
-
Starting c/c++ programming in Linux.
So, guys this post is just a kick off to my blog. This post is about coding in c or c++ in Linux . So, if you are a beginner looking to get your hand on coding in c or c++ in Linux, this will be of great help. STEPS: 1.You can use gedit or…