Category: Development

Category: Development

Bundle Identifier has not been set up correctly
Image December 2, 2018 Development,Game Development Pushpendra Kumar

It may possible that every Unity beginner will face this bug while trying to create first build for the Android platform. Here we have a couple of questions in our mind why from where this message is occurring. So without wasting time let’s come to the point. I hope if you are on this step

Details
How to open maps with latitude and longitude in iOS
Image November 29, 2018 iOS Development Pushpendra Kumar

If you are here in this post then defiantly you must be looking for the easiest way for opening the Map in iOS. I am going to tell you some simple solution with the complete methodology. Here you will get the very simple code for opening the map programmatically. At the very first i am

Details
What are the requirements for unity 3D
Image November 28, 2018 Game Development Pushpendra Kumar

Ah, Unity 3d. Nice choice! Making a game in Unity is a challenging, but a rewarding experience, and it can be done at the minimal cost of free, but you would need to fulfill some basic prerequisites first. let’s first talk about the system. What kind of system required for Unity3D game development. To make

Details
How to remove character from string in swift
Image November 28, 2018 Development,iOS Development Pushpendra Kumar

If you are looking for the modification of string into the different format, then you are on the correct post. Because here I am going to tell you the concept that how can modify your entire string into the swift language. This protocol will help you bring you out from the different situation. Let’s suppose

Details
how to upload image via codeIgniter function in PHP
Image November 26, 2018 Android Development,Development,iOS Development Pushpendra Kumar

Here you can see the PHP CodeIgniter code for uploading the Image via android or iOS. For iOS you can refer a video. For watching the video please click here. This post is about CodeIgniter(C.I.) file upload. By the use of file uploading class, you can easily upload a file or an image. One can

Details
How to start with ML in android – Part 2
Image November 25, 2018 Android Development,Development Pushpendra Kumar

In this chapter I am going to cover Landmark detection in image. Before coming to this chapter you have to go through with How to start with ML in android – Part 1. Because in that post I have already covered the basic integration of ML. Now I am going to tell you solution for

Details
How to start with ML in android – Part 1
Image November 24, 2018 Android Development,Development Pushpendra Kumar

Let’s begin with the ML, Here you will learn how to work with machine learning. And in my android application tutorial I am taking base is Firebase ML Kit. If you want to know more about machine learning then you can click here. So in a very simple way let’s start with the following steps.

Details
How to save activity state using Save Instance State in android
Image November 23, 2018 Android Development Pushpendra Kumar

I’ve been working on Android SDK platform, and it is a little unclear how to save an application’s state. So I have search on that and Finlay come to the solution which is sharing with you on this post. You need to override onSaveInstanceState(Bundle savedInstanceState) and write the application state values you want to change

Details
How to count number of line in project
Image November 23, 2018 Development,Research And News Pushpendra Kumar

Let’s have look on the new thing today. How to count the number of lines in existed project or in a particular file. The question occurs in my mind when my Bose asked me that how many lines you have coded in your project. Then I start searching on that and I found the very

Details
How to validate UITextField input in swift
Image November 20, 2018 iOS Development Pushpendra Kumar

If you are looking for validation in the swift programming language then you are on the right search. Swift language input validation may be a different kind like username, name, phone number, email address and much more, but you do not need to worry about that. Because if you know the procedure of validation then

Details