ARIF HASNAT

Senior Android and iOS Application Developer.

  • Home
  • Android
  • IOS
  • Laravel
  • Unity
  • C
  • News
  • Home
  • 2018
  • August

Uncategorized

Android app debug over wifi in real devices

Step 1 : Open android studio . Now go to File->Settings->Plugins->Browse Plugins->Android WiFi ADB . Step 2 : Install it…

August 28, 2018 arifhasnatNo Comment on Android app debug over wifi in real devices
Continue Reading
Uncategorized

CrossPlatformInputInitialize.cs(91,34): error CS0619: `UnityEditor.BuildTargetGroup.WebPlayer’ is obsolete: `WebPlayer was removed in 5.4, consider using WebGL’

Step 1: Open the script Step 2 : just replace [java]BuildTargetGroup.WebPlayer[/java] to [java] BuildTargetGroup.WebGL[/java]

August 21, 2018 arifhasnatNo Comment on CrossPlatformInputInitialize.cs(91,34): error CS0619: `UnityEditor.BuildTargetGroup.WebPlayer’ is obsolete: `WebPlayer was removed in 5.4, consider using WebGL’
Continue Reading
Uncategorized

Android always run application in background even force killed

Create a service: [java]public class YourService extends Service { @Nullable @Override public IBinder onBind(Intent intent) { return null; } @Override…

August 18, 2018August 18, 2018 arifhasnatNo Comment on Android always run application in background even force killed
Continue Reading
Uncategorized

android mediaRecorder.setAudioSource failed

Add this two permission on manifest  [java] <uses-permission android:name="android.permission.RECORD_AUDIO" /> <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> [/java] And make sure that permissions are…

August 18, 2018August 18, 2018 arifhasnatNo Comment on android mediaRecorder.setAudioSource failed
Continue Reading
Uncategorized

This Activity already has an action bar supplied by the window decor

Add this two line in your style.xml file : <item name=”windowActionBar”>false</item> to your theme declaration inside of your app/src/main/res/values/styles.xml. Also, if…

August 18, 2018 arifhasnatNo Comment on This Activity already has an action bar supplied by the window decor
Continue Reading
Uncategorized

Android runtime permission – Read Phone State

Step 1 :  Add this uses permission in manifest [java] <uses-permission android:name="android.permission.READ_PHONE_STATE"></uses-permission>[/java] As like this [java]</pre> <pre><?xml version="1.0" encoding="utf-8"?> <manifest…

August 17, 2018September 8, 2018 arifhasnatNo Comment on Android runtime permission – Read Phone State
Continue Reading
Uncategorized

could not load exp network response timed out

Run this two commands in project directory [java]npm install -g exp[/java] [java]exp start[/java]

August 16, 2018August 16, 2018 arifhasnatNo Comment on could not load exp network response timed out
Continue Reading
Uncategorized

Java design pattern – Introduction

What is design pattern :  Java is a object oriented programming based language. Software developers are use OOP(Object oriented progamming) to…

August 13, 2018July 13, 2019 arifhasnatNo Comment on Java design pattern – Introduction
Continue Reading
Uncategorized

JAVA_HOME is not set and no ‘java’ command could be found in your PATH windows

Step 1 : Right on my computer/This PC. Step 2 : Go to Advanced Settings Step 3. Go to Environment…

August 12, 2018 arifhasnatNo Comment on JAVA_HOME is not set and no ‘java’ command could be found in your PATH windows
Continue Reading
Uncategorized

React Native installation on Mac

Step one : First Visit this one http://arifhasnat.com/2018/08/10/react-native-1-installation-and-project-create/ Step two : Then open terminal and run this command to get react…

August 11, 2018 arifhasnatNo Comment on React Native installation on Mac
Continue Reading

Posts navigation

1 2 Next

Archives

  • November 2020 (1)
  • October 2020 (3)
  • September 2020 (2)
  • July 2020 (9)
  • April 2020 (1)
  • March 2020 (1)
  • December 2019 (1)
  • November 2019 (2)
  • October 2019 (7)
  • May 2019 (4)
  • March 2019 (2)
  • February 2019 (2)
  • January 2019 (4)
  • November 2018 (4)
  • October 2018 (8)
  • September 2018 (10)
  • August 2018 (15)
  • July 2018 (5)
  • June 2018 (2)
  • May 2018 (12)
  • April 2018 (5)
  • March 2018 (9)
  • February 2018 (27)
  • January 2018 (2)
  • December 2017 (2)
  • November 2017 (3)
  • October 2017 (6)
  • September 2017 (3)
  • June 2017 (2)
  • April 2017 (2)
  • February 2017 (4)
  • January 2017 (1)
  • December 2016 (2)
  • November 2016 (4)
  • October 2016 (3)
  • September 2016 (2)
August 2018
M T W T F S S
« Jul   Sep »
 12345
6789101112
13141516171819
20212223242526
2728293031  

Site Statistics

  • Users online: 0 
  • Visitors today : 11
  • Page views today : 14
  • Total visitors : 4,508
  • Total page view: 5,033

Recent Posts

  • Hex Color Code Opacity
  • Linear search algorithm in C
  • Insertion sort algorithm in C
  • Factorial using recursion in C
  • How to Install Composer on mac / OSX

Archives

  • November 2020
  • October 2020
  • September 2020
  • July 2020
  • April 2020
  • March 2020
  • December 2019
  • November 2019
  • October 2019
  • May 2019
  • March 2019
  • February 2019
  • January 2019
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • September 2017
  • June 2017
  • April 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • September 2016

Categories

  • Android
  • C
  • IOS
  • Laravel
  • News
  • Unity
Copyright © All rights reserved.
Business Point by ProDesigns