Convert PCM to Mu-law conversion

Convert PCM to Mu-law conversion
import javax.servlet.*;import javax.servlet.http.*;import java.io.*;import java.util.*;public class MyServlet extends HttpServlet {    protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException,...
 Kotlin - How to pick multiple image from gallery using intentAfter  seven years I am going to adding my new post is "How to pick multiple image from gallery" using intent.For picking image from gallery we need mention write permission in the...

Android Custom Navigation Drawer with Expandablelistview

Android Custom Navigation Drawer with Expandablelistview
Android Custom Navigation Drawer with Expandablelistview Source Code: https://www.dropbox.com/s/qtd51lxypodvojf/NavigationDrawer.z...

ListView problem while scrolling

ListView problem while scrolling
ListView problem while scrolling Source Code :https://www.dropbox.com/s/qtd51lxypodvojf/NavigationDrawer.zip...

Android Sqlite Tutorial

Android Sqlite Tutorial
Android Sqlite Tutorial Source Code: https://www.dropbox.com/s/63vufkq32zp5g07/Sqlite.zip?dl=0 Step 1: We need to create database package com.example.slide; import java.util.ArrayList; import java.util.List; import android.content.ContentValues; import...

Android Select multiple images from gallery

Android Select multiple images from gallery
Android Select multiple images from gallery In this tutorial cover two functionality a. Take Photo. b. Choose Custom Gallery Take Photo: I will take the photo and save into the SD Card(AndroOne). Choose From Gallery: All gallery...
Page 1 of 11