I’m quite a newbie around here so this kinda feel like I’m learning sanscrit. Thrilling and overwhelming at the same time.
Anyway, the thing is I'm using wordpress at my laptop and I'm sttrugling at keeping my pics at the size expected when I switch to android. They look totally fine on the laptop preview for the phone, but on the real world they're basically turning into a thumbnail. I attach a picture of expectation versus reality
I apologize in advance because I suspect this is part of the ABC of programming; I don't even know if I should be uploading my pics with a particular size. I promise I'm training to become a proper padawan, and 'll appreciate any feedback.
Thank you so much for your time, and have a great day!
If you are starting with Wordpress, best thing to do is to work with themes supported by Elementor & one that allows you to modify the design for desktop, tablet, & mobile versions separately.
-Select 'Edit with Elementor'
-select the section with these six pictures. in the '#Edit Section' box at the right, you will see three options- layout/content, style, advanced.
-Select 'Advanced' and scroll down till the bottom section.
-Select the 3rd last option, 'Responsive'. From here you can hide the mentioned section for mobile.
It would look something like the attached picture
DO BEAR IN MIND THAT I HAVE ADDED SAME BUTTON TWICE - the button at the left is visible to site visitors using desktop/tablet. At the right part, you can see same button blurred. That's 'cause I hid it from Desktop & Tab.
Similarly, you too have to add section with pictures again to show in mobile only.
For that, find and click on Responsive icon & select Mobile.
Decorate the section just the way you want and do not forget to hide it from PC & Tab.
Related
I am having trouble using android studio's drag and drop feature. I have no problem getting the items onto the preview mode of the android phone, but when I want to move the palettes, I can't seem to be able to place them where I want. A lot of times I will place let's say a TextView, and it will snap to a different location an inch away. Anyone know if any solutions?
Unless you know a way to un-snappy the editor, it's time to get to know the XML Text Editor, next tab over in Android Studio.
The way I get round the snappy side is in there: use the "android:layout_below="#+id/example" and it's brethren. Unless you have a massive amount of elements, this is very doable.
I have not found any documenton so I figured I would ask and see if anybody can point me in the right direction.
Many apps allow you to swipe diagonally down from top left to minimize into a popup window on my Galaxy Note 4 the list of apps that allow you to do this is endless from line app, to facebook. Chrome to every system application including texting, phone and so forth I am not finding any documention because I am not exactly sure what it falls under to include it in my application. If anybody has any good documention or tutorial links they can provide please do
I have a Geniatech ATV1220 android set top box running android 4.2.2 and am using an arduino with motion sensor connected to it to modify content on a website when someone is in front of the sensor via NodeJS.
This works great, but what I would like to do is to manipulte the complete system viewport of the android system. For example if someone steps in front of the sensor, the whole system should be displayed in a reduced size like 1/4 original at the bottom right side of the screen while the other area should just display black or basically nothing.
It is really hard to find something because of the pretty common keywords like display, viewport, size and so on. I could probably do it dependent on individual applications but I also want to use it in third party applications, which I cannot modify.
Currently I am sometimes using commands like this:
echo 1 >/sys/class/graphics/fb0/blank
to modify the actual content that is displayed, in this case it all turns black/blank and I wonder if there is a similar way to achieve what I want to do. Any help is greatly appreciated.
What worked in the end was using the Xposed Framework and installing "One-handed mode" like explained here: How to get a one-handed mode on almost any rooted Android device.
NOTE:
Please see: http://elitehitsquad.co.uk/carbon.png
This is where it will show the carbon for a split second then disappear resulting in black! Hopefully the screenshot on the left doesn't show the carbon for you guys!
I had to take a screenshot very quickly for the carbon to show, so the second screenshot has some transparency.
I have also labelled which is black and which is carbon from my screen (incase the carbon shows for you guys)
I'm building a website and it's been going fine, had no problems whatsoever, however, randomly after refreshing the page, the background images (which are carbon patterns) are no longer displayed?
The images do display however, on my tablet device and iPhone 5.. which is weird.
I took a screenshot of the website on my phone and emailed it to myself, and even windows doesn't pick up the background when viewed with Microsoft's picture viewer, the carbon displays for about 0.5 seconds, then disappears resulting in a black background..
I have tried loading old code from a backup, still nothing. Chrome, Firefox and IE all do this, and yes, i've also cleared temporary files / temporary internet files and the cache/cookies/site data.
Since im not fussed if you see this part of the site, go ahead to: http://elitehitsquad.co.uk/wp/ and take a look, their is a carbon background for body, a carbon background (slightly different) for the nav bar, and the content is in a black box.. Yet on my computer screen it's just all showing black? But on my handheld devices, it's showing normally...
Anybody know of any reason?
By the way, im using a Lenovo Ideapad Z585 with AMD A10 -4600M APU with AMD Radeon HD 7660G + 7600M Dual Graphics.
Also should note if I change the background to a any solid coloured image, it works fine...
Thanks,
Blake.
This is most probably incomplete monitor calibration issue.
Check your Windows display settings, called Color management (if you are on this platform) inside your Control Panel\All Control Panel Items\Display\Screen Resolution\Advanced settings.
There is an color management wizard who will lead you trough the process of calibrating your monitor.
I am porting an iPhone app to Android, and I can't find the Android equivalent of the UINavigationItem. These are buttons with a triangular side indicating movement between different screens. For an example of what I'm trying to accomplish, this is from the BeyondPod app:
http://mobiputing.wpengine.netdna-cdn.com/wp-content/uploads/2011/05/beyondpod.jpg
The buttons labeled "Categories" and Podcasts" are what I'd like to duplicate.
Android has a hardware back button. Forward is typically accomplished by some widget, such as a button or link, somewhere in the Activity.
I looked at the screenshot you posted again and noticed that your left and right buttons are to switch between categories and not to go to an earlier screen.(Im not sure if im right)
If that's the case using the left and right buttons are okay as they are to switch between categories and not the previous screen. But keeping a left button just to go to the previous screen isn't really necessary. Here we need to think in terms of an android user. They are hardwired to press the hardware back button to go to a previous screen. There are many examples of apps that have a bit of changes in their android and iPhone version. Eg Evernote.
It uses tabs on the iPhone but in android they sort of created a dashboard in combination with an action bar.
So main thing to consider when porting an iphone app is to make enough changes so that an android user will feel like it has a navigation they are used to. Most apps that look exactly the same as iphone apps are created with these cross mobile development tools(titanium, sencha touch).