Money Caculation Get link Facebook X Pinterest Email Other Apps By Sathwara Infotech - May 08, 2018 ->Simple Use And Easily Understand ->Use To Count Money Easily For Financial Purpose Very Good App. ->Generated For Counting Money In Indian Format When user have more money its very userful. Download From Here Get link Facebook X Pinterest Email Other Apps Comments
DummyIdFor Admob Implementation By Sathwara Infotech - September 19, 2018 Dummy Id For Admob Implementation Banner : - ca-app-pub-3940256099942544/6300978111 Interstitial : - ca-app-pub-3940256099942544/1033173712 Rewarded Video :- ca-app-pub-3940256099942544/5224354917 Native Advanced :- ca-app-pub-3940256099942544/2247696110 Native Express Small/Large : - ca-app-pub-3940256099942544/2793859312 ca-app-pub-3940256099942544/2177258514 Read more
Blur image in android using code By Sathwara Infotech - September 19, 2018 add in Build.gradle file : - defaultConfig { renderscriptTargetApi 18 renderscriptSupportModeEnabled true } Add in Activity : - ImageView imageView = (ImageView) findViewById(R.id.imageView); Bitmap bitmap = BitmapFactory.decodeResource(getResources(), R.drawable.background); Bitmap blurredBitmap = blur(bitmap); imageView.setImageBitmap(blurredBitmap); public Bitmap blur(Bitmap image) { if (null == image) return null; Bitmap outputBitmap = Bitmap.createBitmap(image); final RenderScript renderScript = RenderScript.create(this); Allocation tmpIn = Allocation.createFromBitmap(renderScript, image); Allocation tmpOut = Allocation.createFromBitmap(renderScr... Read more
Comments
Post a Comment