Showing posts with label android development. Show all posts
Showing posts with label android development. Show all posts

Jul 1, 2017

How to support Hindi in php mysql database

       
       Hello friends, just today I got a requirement of adding Hindi support to the MySQL database which was till now completely in English. Well, i had worked on many Hindi data before too but this time is the first time I was the getting error while adding the Hindi text. I tried to add the Hindi text via Android and retrofit but in the database in place of Hindi text only ?????? were added and ya I laughed for a movement on that. 

    So I had to add Hindi text in the database so that it can be added, retrieved and also displayed in Android. I looked around the internet and there were like many many methods of achieving same. But I wanted something that is simplest, easiest and fastest for my work. The expected outcome for me was something like this:




I achieved it with just one line of SQL code so let's see what it was and how it worked!


Dec 12, 2016

The Development MindSet : Developing Morse Chat

Hello friends,

At the time of learning the android app development we all make many small apps and this app the Morse Chat is one of my complete app that I have created while learning the basics of Android development. The app is really simple and what it does require the minimum of the logics and is implemented in the easiest possible way that I can think of while designing that app.



I can surely say any intermediate Android developer can make the exact app in just like an hour but at the start of learning the development process, it's one of the biggest milestones that I achieved at that time. So today in this post I am actually gonna discuss why and how this app actually got developed. Well for starters in Android Development you would be able to learn a lot and for those who are like “ That's all? I can make it in just an hour” Can actually understand and correlate the mindset of the development process which we all go through while developing the android app or seriously while developing anything on our own.

Development of everything starts with mostly two reasons only :

1. You Got a Project or work to make that app for someone.
2. You just make it because you think its needed or may be because you need it there.


Nov 23, 2016

Reasons For Having Android Errors!

              Hi friends, I have always loved developing for android, but one of the biggest issues in working with android is it causes lots of issues! When starting the android development there are like more than a thousand of ways via which u can get easy issues in your project. Seriously saying this is the biggest problem on starting Android development the errors they really make your life miserable if u have no idea what they actually mean!

      When I started android development I really spent one full month on just figuring out what am I doing wrong! After struggling for a full month I finally started understanding what each and every error means and believe me it became really a lot and lot easier after that.