Posts

Custom Page Url In Blogger

 Code  <script type='text/javascript'> //<![CDATA[ // BloggerJS v0.3.1 // Copyright (c) 2017-2018 // Licensed under the MIT License var urlTotal,nextPageToken,postsDatePrefix=!1,accessOnly=!1,useApiV3=!1,apiKey="",blogId="",postsOrPages=["pages","posts"],jsonIndex=1,secondRequest=!0,feedPriority=0,amp="&"[0];function urlVal(){var e=window.location.pathname,t=e.length;return".html"===e.substring(t-5)?0:t>1?1:2}function urlMod(){var e=window.location.pathname;"p"===e.substring(1,2)?(e=(e=e.substring(e.indexOf("/",1)+1)).substr(0,e.indexOf(".html")),history.replaceState(null,null,"../"+e)):(e=(e=postsDatePrefix?e.substring(1):e.substring(e.indexOf("/",7)+1)).substr(0,e.indexOf(".html")),history.replaceState(null,null,"../../"+e))}function urlSearch(e,t){var n=e+".html";t.forEach(function(e){-1!==e.search(n)&&(wind

Circle SeekBar

Image
Library com.github.feeeei:CircleSeekbar:v1.1.2 XML File <io.feeeei.circleseekbar.CircleSeekBar android:id="@+id/seekbar" android:layout_width="match_parent" android:layout_height="match_parent" app:wheel_max_process="100" />

Material Bottom Nevigetion Bar

Image
Linear Name fragment_frame Library com.google.android.material:material:1.5.0-beta01 Load Fragment Fragment fragment = new HomeFragmentActivity(); getSupportFragmentManager() .beginTransaction() .replace( R.id .fragment_frame, fragment) .commit();   styles.xml <?xml version="1.0" encoding="utf-8"?> <resources> <style name="AppTheme" parent="Theme.Material3.DayNight.NoActionBar"> <item name="colorPrimary">@color/colorPrimary</item> <item name="colorPrimaryDark">@color/colorPrimaryDark</item> <item name="colorAccent">@color/colorAccent</item> <item name="colorControlHighlight">@color/colorControlHighlight</item> <item name="colorControlNormal">@color/colorControlNormal</item> </style> <style name="AppTheme.FullScreen" parent="AppTheme"> <item name="

Textile

Image
Texitle Is A Text Editor or Name Maker App Project Link Given Below 👇 Textile 703KB https://drive.google.com/uc?export=download&id=1rscggIAf0v9bSuH_74p9_zTlfWo3VCxV

Custom Pop-Up Menu

Image
You Can Also Create Your Pop-Up Menu In Sketchware. Blocks , Components And Project Link Given Below. Check And Download. Project Link. Custom Pop-Up Menu 67.42KB https://drive.google.com/uc?export=download&id=1m2h2cLAdvBYRzNvNBR5ioqfkvv2wWeH7

ShutCut Menu

Image
In order to Show ShutCut Menu When App Icon Long Pressed in your Sketchware project, use the codes provided below. Step 1 :- Take A Add Source Directly Block And Put The Following Code In It. android.content.pm.ShortcutManager shortcutManager = null; if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.N_MR1) { shortcutManager = getSystemService(android.content.pm.ShortcutManager.class); } if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) { if (shortcutManager != null) { This Code Will Give Promisson For Creating ShutCut Menu. Step 2 :- Again Take A Add Source Directly Block And Put The Following Code In It. android.content.pm.ShortcutInfo shutcut1 = new android.content.pm.ShortcutInfo.Builder(MainActivity.this, " Home" ) .setShortLabel(" Home ") .setLongLabel(" Home ") .setRank( 0 ) .setIntent(new android.content.Intent(android.content.Intent.ACTION_VIEW, null, MainActivity .this, MainActivity.class)

Custom Pop-Up Menu

Image
Preview :- Download