Code:
[java]
canvas.drawBitmap(bitmap, (getMeasuredWidth()/2)-(bitmap.getWidth()/2), (getMeasuredHeight()/2 -(bitmap.getHeight()/2)), null);
[/java]
Code:
[java]
canvas.drawBitmap(bitmap, (getMeasuredWidth()/2)-(bitmap.getWidth()/2), (getMeasuredHeight()/2 -(bitmap.getHeight()/2)), null);
[/java]
Um das Originaldatum der Datei SIMG0011.jpg anzupassen:
exiftool -DateTimeOriginal=”2003:05:26 10:51:00″ SIMG0011.jpg
Source: Introduction To REST Concepts
How to build an intelligent chatbot assistant, using PubNub ChatEngine and IBM Watson Assistant, that is fully-customizable and can answer questions.
Source: How to Build a Smart Chatbot Assistant with ChatEngine, React and IBM Watson Assistant | PubNub