Posts

Download Electronic Store Ecommerce HTML5 Theme for free!

Image
Hello Visitor, Greetings! I am glad to inform you that, today I going to share excellent HTML5 theme for Electronic Shop site, which is completely free. If you referred from YouTube then you're cordially welcome. Thanks for reach my Website! The file you went to download, I will make it public very shortly, and It's depends on personal terms and use so that I have decided to take a short interview of why you went this file, and how this template can help you?    If you newcomer, or looking for developer to make your website or update the existing site, welcome here! I offer you best service! If you hire me, you can get extended support and can get creative work. However, I welcome all people for download. Let's make a comment with your email address and write in brief why you need these file, after some time your desired content will delivered directly to your mailbox! So, make comment and get the incredible template for completely free! Vid

2020 TOP Rated HTML5 theme for free source code download

Image
Hello, how is your day during Corona Lockdown?? You are bored of staying at home Right??  I am not! Because, I spent my time by learning programming, Running experiments, Playing game, Making Interesting HTML5 theme. Wow, Time just flies. I went stay safe, Stay Cool and yeah be positive of Corona. Never get down. Keep Faith on Allah, and try to stay safe at home. Okay friend, Here's you coming because you need HTML5 theme for your site, Or you're a learner, Just come here to get the free version HTML5 theme?? Okay, You're at Right place now. from here, You can get premium looking HTML5 theme for free. This theme is well - designed, Ready to use, No CopyRight(Credit Appreciated), Nice Animated Slider, Mobile Friendly Code, Having Sitemap, All in one complete package. I think, This is best offer to grab. No money, No conditions, just download and use. You guys may be wondering, why I am doing this?? Okay let me tell. I went to

How to use Palette API to extract colors from Image or Vector drawable Image Fully detailed tutorial

Image
The usages example of Palette API - Android Studio Hello Guys, Today I going to share an amazing tutorial on Palette API, The API is very easy to implement and has many useful features, but today I going to share the only the process of how we can use Palette to get Color from regular Image, Or from vector drawbles. The old constructor instances: Bitmap bmp; //(Keep In mind that, You need decode the bitmap or vector first to get its color from palette, and this is just an example) Palette palette = Palette.generate(bmp); is deprecated from android API 29, So app target SDK 29 or Minimum SDK 29 we need an alternative version of this constructor. Don't worry, I am here to help! The Palette.generate(Bitmap) deprecated,The alternative code is here! Now time to write the right code for palette.generate(Bitmap) & for color extraction The Code: //Starts the code from here! //decode the bitmap so that palette can use this bitmap

Load intent:// url in WebView

Image
handle Intent type url in WebView Programmatically! Probably, you may be looking for Url's that starts with this suffix >>> intent://... and you may confused, how you can control this type of Url , Okay don't worry, i am here to fix your problem, as well as discuss and customize its behaviour. To contorl this Url we must implement WebViewClient in our WebView Activity Like this >>> C:\Users\Nurujjaman Pollob\Documents\NetBeansProjects\Nurujjaman Pollob\src\nurujjaman\pollob\Package.java 1 /* 2 * Copyright 2020 Nurujjaman Pollob. 3 * 4 * Licensed under the Apache License, Version 2.0 (the "License"); 5 * you may not use this file except in compliance with the License. 6 * You may obtain a copy of the License at 7 * 8 * http://www.apache.org/licenses/LICENSE-2.0 9 * 10 * Unless required by applicable law or agreed to in writing, software 11 * distributed under the