Tuesday 27 March 2018

How to create Android app without coding

Building any software is never an easy task. It requires a lot of knowledge in various programming technologies like Java, C#, JavaScript, AngularJS, HTML, CSS and many more, the list is never ending. But not to worry as anyone with basic Internet connectivity can easily create Android apps and that's also without any cost. Isn't it interesting? ☺

How to create an android app


android logo


Creating android app is now easy and anyone can create the app right away. We are introducing you with Thunkable. The website that you can use to create quality android apps on your own.

Steps to create an app:

*. Go to https://thunkable.com and create an account, it's free.

*. Verify your e-mail and login to  your account in Thunkable.

*. You will be presented with an interface to create an app.

*. Click on Create New app and you will be prompted to give a name to your app. give any suitable name and click OK to proceed for app designer.

thunkable app designer panel


*. Under app designer you will find various tools/Palette on left side like button, Image, Label,         TextBox etc. 

*. In middle you can see your virtual mobile phone emulator where you will be able to view your app progress like you will see in real phone.

*. On right you can find Components and Properties windows where you can customize your app items. They are self explanatory though.

*. To start creating you app, just drag and drop Palette items like Button, Label, etc. to your virtual mobile phone emulator and customize them according to your needs under properties window.

*. You can also add multiple Screens to your Android application.

*. After completing your Screen1 if you want any action to be done and want your app to open another screen like Screen2 after a button click you can switch to Blocks mode where you can specify your logic to connect multiple screens, math operation, managing control statements like if....else etc.

thunkable block arrangement panel


*. After completing your app designing you can see it's working live, to do so just click on Test -> Thunkabel Live and you will be prompted with QR code which you can scan from your mobile and try your own app on your phone. (If you don't have QR code scanner you can download Thunkable mobile app and scan the QR code)

thunkable live QR code

*. At last you can export your .apk app file to your computer or you can download it on your mobile using QR code to do so go to Export -> App ( save .apk to my computer).

That's all. It's pretty easy isn't it? Do put your comments below and let us know if you have any doubts or questions.

Saturday 20 June 2015

How to accept all Friend Requests at once on Facebook

Facebook as everybody know the largest social networking website. Everyone likes to be on Facebook and chat with friends, share photos, make friends, share stories and lot more. Most people using Facebook like to make lot of friends and some people may got hundreds or thousands of requests everyday. So it is very difficult for them to confirm these requests easily and if you have a slower connection then it is going to be very much frustrating task. But here on TechAntic we are always want to make your life easy with simple tricks that works.

pending facebook friend requests

Is this trick work ?

It will be work for most of the people and I have tried it personally and you don't have to misunderstand this trick is hacking or something. It is simple programming code which simplify your task.

How to Confirm or Accept Friend Request at once ?

*. First of all you need to log in to Facebook. Go to https://www.facebook.com/reqs.php

*. You will find out all the pending requests on this page if you have lot of friend requests then you have to click on Show more. Click on this until all the friend requests are visible.

*. Now right click anywhere on the page and click on Inspect Element and then click on the Console tab and paste following code as it is

javascript:for( i = 1;i<document.getElementsByName("actions[accept]").length;i++){document.getElementsByName("actions[accept]")[i].click();}void(0);

confirm facebook friend requests using inspect element

Note: If you're using Inspect Element in Firefox for the first time then it may possible that Firefox won't allow you to do that. If it happens then type enter on the Console panel and you are now allowed to paste.

After all this process completed successfully you will see something like this as shown in the screenshot below. It means that your friend requests are started confirming automatically. Wait for sometime and all your pending requests will be accepted.

confirm accept friend request automatically

Hopefully this post helped you and you would enjoy using it. Keep in touch with us and don't forget to share the post.

Friday 12 June 2015

how to enable Windows administrator account

Windows provide separate accounts for different users of the OS. There is one administrator user account who has all the privileges to access all the features of Windows but this default account provided during installation has limited access operations. Even though you have been using the account with administrative privileges, the tasks that have been performed may ask for a UAC confirmation. The elevated administrator account has been disabled in the windows 7,windows 8,windows 8.1 and windows vista.

Following are some simple methods to access administrator account of Windows:

*. If you are using Windows 7, 8 or 8.1 then you need to open command prompt (cmd) in administrator mode.

*. Then enter following commands on the command prompt
                                                 net user administrator /active:yes

After that,you would see a message that your command was successful. This will activate administrator account and you can access it after logging off the system.

administrator account activeted successfully

*. To disable the built in administrator account execute following commands on the command prompt
                                                   net user administrator /active:no

*. After this the administrator account will mo longer appear on the login screen.

This simple tutorial will definitely help you overcoming the problem of administrator privileges.

Friday 5 June 2015

All about "Get Windows 10" app its problems and solutions

Everyone should aware of the Windows 10 upgrade which will be rolled out from 29 July 2015 throughout the world. It is a free upgrade for the users who own legal license to either Windows 7,8 or 8.1. Microsoft announced that all the upgrades to the present Windows users will be rolled out by a Get Windows 10 app which is similar to Windows upgrade assistant and you don't need to download is manually instead it will be automatically downloaded with the Windows updates.

get Windows 10 app reserve upgrade

How to install and use Windows 10 app?

*. As far as getting the Get Windows 10 app (GWA) you need to update your Windows with the optional update KB3035583.

get windows 10 app icon

*. With this update the app is automatically downloaded on your computer. This puts a small Windows logo near your system tray on task bar. You can click on that icon to check your system's compatibility for Windows 10 and after the launch of Windows 10 you can upgrade your Windows with Windows 10. You will need a good internet connectivity because it will approximately 3GB.

*. After this you will see a small Windows icon on your task bar near system tray. This can be used to start the app and you can check your system's compatibility with the app and also use it for later Windows upgrade when it will launch officially.

*. You can also reserve your Windows 10 upgrade for getting the notification when it is launched.

Problems and solutions for installing the Get Windows 10 app

*. If you don't see the icon of the app you need to check whether the update KB3035583 is downloaded and installed on your computer.

*. Check this from Windows update history. If you don't see the update you need to check for updates for the update to download and install.

*. Another way to check this update is from Command Prompt (cmd). Open cmd and type

                                        dism /online /get-packages | findstr 3035583

You will see output like this:

                         Package Identity : 
                        Package_for_KB3035583~31bf3856ad364e35~amd64~~6.3.1.29

If you still not getting the App icon on the taskbar then follow the following steps

*. Open Notepad and copy and paste the following script

REG QUERY "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\UpgradeExperienceIndicators" /v UpgEx | findstr UpgEx
if "%errorlevel%" == "0" GOTO RunGWX
reg add "HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Appraiser" /v UtcOnetimeSend /t REG_DWORD /d 1 /f
schtasks /run /TN "\Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser"
:CompatCheckRunning
schtasks /query /TN "\Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser"
schtasks /query /TN "\Microsoft\Windows\Application Experience\Microsoft Compatibility Appraiser" | findstr Ready
if NOT "%errorlevel%" == "0" ping localhost >nul &goto :CompatCheckRunning
:RunGWX
schtasks /run /TN "\Microsoft\Windows\Setup\gwx\refreshgwxconfig" 


*. Save this script as ReserveWin10.cmd in any directory like C drive.

*. Run the saved file as administrator and wait for the operation to complete. It may take 10 to 15 minutes to complete so be patient.

I hope you enjoyed this article and also hopeful that you will sort out the issues with windows 10 app. If you have any queries you can comment it below.

Popular Posts