Django application converting into mobile application
I have a Django website that can upload picture by a user, and I need to develop an Android and IOS application for it . which will lead the user to upload the picture and shows there picture. I don’t...
View ArticleAndroid white background EditText that act as button
I’m trying to Style an EditText to look like the one in the above picture. I tried setting a background but the result was not at all as excpected Could you someone point me to the right direction? The...
View ArticleDownload images and save it
I’m working on a school android project. I need to have a download button which downloads a picture(when we have class) And after display it in another activity(even in offline mode, and after quiting)...
View ArticleHow do you get 3d bevels working in .net aspose.slides shapes?
I am trying to add bevel 3d effect to a shape programmatically using aspose.slides and it doesn’t seem to be working. What is weird is when i actually go into powerpoint and click “Format Shape”, it...
View ArticleExif tags on universal Windows Platform C#
How do I add Tags to a jpeg picture on UWP (universal Windows Platform) / Windows Phone 10. WindowsBase and PresentationCore not available. The post Exif tags on universal Windows Platform C# appeared...
View ArticleStoring image MySQL database with PHP PDO
Hello friends of the community. I’m storing information in my MySQL database using this code: class crud { private $db; function __construct($DB_con) { $this->db = $DB_con; } public function...
View ArticleChange picture in CSS
Goal: Change the picture when you have the cursor over the candy picture into this cat picture (http://cdn-img.easyicon.net/png/5265/526508.gif). Problem: Don’t know how to do it in this context. Info:...
View ArticleHow to time camera flash with image capture?
I want to make it so that my flash will time with when I take a picture, but not sure how. I’ve tried to do a NSTimer and NSSleep and other ways of timing it, but because sometimes the camera takes...
View ArticleWatchKit not download picture
I develop an application using WatchKit 2. I have to transfer a image from iOS device to watch. I sent the image url. This is my code on watch extension side that i used to set image on my...
View ArticleOperator (string == "@") [duplicate]
This question already has an answer here: How do I compare strings in Java? 23 answers I don´t know what am I doing wrong. I just want to check on which position does the “@” symbol appear inside a...
View ArticleUse Java Sockets to connect a DNS server and download a picture from internet
I’m making a project in java using Sockets that consist in connect a DNS server having a url and receive the IP, but that IP will be from a picture in internet (doesn’t matter what picture) and the...
View ArticleHow Can I give this type of spaces shown in the picture in a GridBagLayout in...
This question already has an answer here: Space button size on my layout keyboard won't resize 2 answers In a GridBagLayout in java GUI, How can i give the spaces shown in the image to create this...
View Article