Skip to main content

Posts

Showing posts with the label Android

Call to a function with sending data from another View Controller in Swift Xcode iOS Application

  Download project zip Or access each file in the project

Building Notification on Android O - How to start a Service Class when device is started

NotificationManager notificationManager = ( NotificationManager ) getSystemService ( NOTIFICATION_SERVICE ); if ( Build . VERSION . SDK_INT >= Build . VERSION_CODES . O ) { NotificationChannel notificationChannel = new NotificationChannel ( NOTIFICATION_CHANNEL_ID , "My Notifications" , NotificationManager . IMPORTANCE_DEFAULT ); // Configure the notification channel. notificationChannel . setDescription ( "Channel description" ); notificationChannel . enableLights ( true ); notificationChannel . setLightColor ( Color . RED ); notificationChannel . setVibrationPattern ( new long []{ 0 , 1000 , 500 , 1000 }); notificationChannel . enableVibration ( true ); notificationManager . createNotificationChannel ( notificationChannel ); } NotificationCompat . Builder builder = new NotificationCompat . Builder ( this , NOTIFICATION_CHANNEL_ID ) . setVibrate ( new long []{ 0 , 100 , 100 , 100 , 100 , 100 }) . setSou...

How to make Android ImageView transparent as percentage

Please Subscribe Us on YouTube

How to setup custom font pack on Android XML

Please Subscribe Us on YouTube

Please select Android SDK fix cannot run the android app

Please Subscribe Us on YouTube

After installing Android Studio update, classes not importing - fix

Please Subscribe Us on YouTube

How to fix/disable background image resizing when keyboard popup

Please Subscribe Us on YouTube

Subway Surfers - Android - Old Version Download

★ Grind trains with your cool crew!  ★ Colorful and vivid HD graphics!  ★ Hoverboard Surfing!  ★ Paint powered jetpack!  ★ Lightning fast swipe acrobatics!  ★ Challenge and help your friends! Subway Surfers 1.58.0 Subway Surfers 1.57.0 Subway Surfers 1.56.0 Subway Surfers 1.55.1 Subway Surfers 1.54.0 Subway Surfers 1.53.1 Subway Surfers 1.53.0 Subway Surfers 1.52.0 Subway Surfers 1.50.2 Subway Surfers 1.49.2 check out all

Gunship Battle Older version - Android

The world's most powerful combat helicopters are here waiting for you. You will become a helicopter pilot and suppress wars and terrors in various corners of the world. 『GUNSHIP BATTLE』 is a helicopter battle action game that combines the state-of-the-art 3D graphic technology, flight control simulation and modern military information. The moment you start the game, you will lose yourself in the excitement of a new kind of action game that you have never experienced before. 【 Features 】 ★ The game uses operation control optimized for 3D flight, which makes it easy for anyone to get absorbed in the game. ★ Some of the world's most powerful combat/multipurpose helicopters appear in the game. Each helicopter has its own unique and interesting characteristics and can be mounted with various weapons and devices of your choice.  ★ You can mount a variety of weapons and special equipment of your choice, such as radar and booster, depending on the characteristics of your ...