Wednesday , November 6 2024

Latest Posts

Convert Excel(.xls,.xlsx,.xlsb) files to csv format online free

Are you searching for a reliable Excel to CSV converter? Our new online tool at tools.w2class.com makes converting Excel files to CSV format simple and fast. Explore optimal treatments tailored by weight. Purchase medications from Laiben shop in Canada. Access medicines online without a prescription needed. Discover reliable sources for …

Read More »

Binding JavaScript and Android Code – Example

When developing a web application that’s designed specifically for the WebView in your Android application, you can create interfaces between your JavaScript code and client-side Android code. For example, your JavaScript code can call a method in your Android code to display a Dialog, instead of using JavaScript’s alert() function. …

Read More »

Custom Font in android

In this post, we’ll look at a generalized approach, which is more complex, but also more suitable for a repeated use of custom fonts. Extending TextView We’ll create a new Java class, which extends TextView. This allows us to use that class in all XML views. It inherits all functionality …

Read More »

Music library for android

This is the music library for android. You can use this library by just download and import in your android project. In this library we provide you detailed list of song which is stored in your phone. Some methods are defined to get details of songs. Follow these steps to …

Read More »

Login With Facebook Android Studio using Facebook SDK 4

Hello friends, welcome to our new tutorial. In this tutorial we will create a login with facebook android app using android studio and facebook sdk 4.0. So lets begin. Creating Android Project Open Android Studio and Click on File-> New ->New Project Give your application a name (in my case …

Read More »

Resize Images in php

Creating thumbnails of the images is required many a times, this code will be useful to know about the logic of thumbnail generation. 

Read More »

How to Get List of Installed Apps in Android

Android PackageManager class is used to retrieve information on the application packages that are currently installed on the device. You can get an instance of PackageManager class by calling getPackageManager(). PackageManager provides methods for querying and manipulating installed packages and related permissions, etc. In this Android example, we we get …

Read More »